summaryrefslogtreecommitdiff
path: root/collaborativeagents/slurm/logs/run_expts_a100_14355842.err
diff options
context:
space:
mode:
authorYurenHao0426 <blackhao0426@gmail.com>2026-01-27 09:57:37 -0600
committerYurenHao0426 <blackhao0426@gmail.com>2026-01-27 09:57:37 -0600
commitdc801c07cf38b0c495686463e6ca6f871a64440e (patch)
tree599f03114775921dbc472403c701f4a3a8ea188a /collaborativeagents/slurm/logs/run_expts_a100_14355842.err
parente43b3f8aa36c198b95c1e46bea2eaf3893b13dc3 (diff)
Add collaborativeagents module and update gitignore
- Add collaborativeagents subproject with adapters, agents, and evaluation modules - Update .gitignore to exclude large binary files (.whl, .tar), wandb logs, and results Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'collaborativeagents/slurm/logs/run_expts_a100_14355842.err')
-rw-r--r--collaborativeagents/slurm/logs/run_expts_a100_14355842.err23
1 files changed, 23 insertions, 0 deletions
diff --git a/collaborativeagents/slurm/logs/run_expts_a100_14355842.err b/collaborativeagents/slurm/logs/run_expts_a100_14355842.err
new file mode 100644
index 0000000..0144ee9
--- /dev/null
+++ b/collaborativeagents/slurm/logs/run_expts_a100_14355842.err
@@ -0,0 +1,23 @@
+2025-12-25 07:55:08,518 - INFO - Loaded dataset: math-500
+2025-12-25 07:55:08,527 - INFO - Loaded 100 profiles from ../data/complex_profiles_v2/profiles_100.jsonl
+2025-12-25 07:55:08,528 - INFO - Running method: rag_vector
+2025-12-25 07:55:08,528 - INFO - Profile 1/2
+ Generating test split: 0%| | 0/500 [00:00<?, ? examples/s] Generating test split: 100%|██████████| 500/500 [00:00<00:00, 9910.65 examples/s]
+2025-12-25 07:55:12,047 - ERROR - Error in session: No module named 'json_repair'
+2025-12-25 07:55:12,050 - ERROR - Error in session: No module named 'json_repair'
+2025-12-25 07:55:12,050 - INFO - Profile 2/2
+2025-12-25 07:55:12,053 - ERROR - Error in session: No module named 'json_repair'
+2025-12-25 07:55:12,056 - ERROR - Error in session: No module named 'json_repair'
+Traceback (most recent call last):
+ File "/projects/bfqt/users/yurenh2/ml-projects/personalization-user-model/collaborativeagents/scripts/run_experiments.py", line 488, in <module>
+ main()
+ File "/projects/bfqt/users/yurenh2/ml-projects/personalization-user-model/collaborativeagents/scripts/run_experiments.py", line 476, in main
+ analysis = runner.run_all()
+ ^^^^^^^^^^^^^^^^
+ File "/projects/bfqt/users/yurenh2/ml-projects/personalization-user-model/collaborativeagents/scripts/run_experiments.py", line 292, in run_all
+ analysis = self._analyze_results(all_results)
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+ File "/projects/bfqt/users/yurenh2/ml-projects/personalization-user-model/collaborativeagents/scripts/run_experiments.py", line 365, in _analyze_results
+ best = max(values, key=values.get)
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^
+ValueError: max() arg is an empty sequence