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/test_extractor.sh | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100755 collaborativeagents/slurm/test_extractor.sh (limited to 'collaborativeagents/slurm/test_extractor.sh') diff --git a/collaborativeagents/slurm/test_extractor.sh b/collaborativeagents/slurm/test_extractor.sh new file mode 100755 index 0000000..252af2c --- /dev/null +++ b/collaborativeagents/slurm/test_extractor.sh @@ -0,0 +1,22 @@ +#!/bin/bash +#SBATCH --job-name=test_ext +#SBATCH --account=bfqt-delta-gpu +#SBATCH --partition=gpuA100x4 +#SBATCH --nodes=1 +#SBATCH --ntasks=1 +#SBATCH --cpus-per-task=4 +#SBATCH --gres=gpu:1 +#SBATCH --mem=32G +#SBATCH --time=00:10:00 +#SBATCH --output=logs/test_extractor_%j.out +#SBATCH --error=logs/test_extractor_%j.err + +cd /projects/bfqt/users/yurenh2/ml-projects/personalization-user-model +mkdir -p collaborativeagents/slurm/logs + +source /u/yurenh2/miniforge3/etc/profile.d/conda.sh +conda activate eval + +export HF_HOME=/projects/bfqt/users/yurenh2/hf_cache/huggingface + +python collaborativeagents/scripts/test_extractor.py -- cgit v1.2.3