From dc801c07cf38b0c495686463e6ca6f871a64440e Mon Sep 17 00:00:00 2001 From: YurenHao0426 Date: Tue, 27 Jan 2026 09:57:37 -0600 Subject: 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 --- collaborativeagents/slurm/logs/test_multiturn_14357116.err | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 collaborativeagents/slurm/logs/test_multiturn_14357116.err (limited to 'collaborativeagents/slurm/logs/test_multiturn_14357116.err') diff --git a/collaborativeagents/slurm/logs/test_multiturn_14357116.err b/collaborativeagents/slurm/logs/test_multiturn_14357116.err new file mode 100644 index 0000000..91eba3b --- /dev/null +++ b/collaborativeagents/slurm/logs/test_multiturn_14357116.err @@ -0,0 +1,13 @@ +`torch_dtype` is deprecated! Use `dtype` instead! + Loading checkpoint shards: 0%| | 0/4 [00:00 + results["full_session"] = test_full_session() + ^^^^^^^^^^^^^^^^^^^ + File "/projects/bfqt/users/yurenh2/ml-projects/personalization-user-model/collaborativeagents/scripts/test_multiturn.py", line 171, in test_full_session + adapter = create_baseline_adapter("vanilla") + ^^^^^^^^^^^^^^^^^^^^^^^ +NameError: name 'create_baseline_adapter' is not defined -- cgit v1.2.3