diff options
| author | YurenHao0426 <blackhao0426@gmail.com> | 2026-01-27 09:57:37 -0600 |
|---|---|---|
| committer | YurenHao0426 <blackhao0426@gmail.com> | 2026-01-27 09:57:37 -0600 |
| commit | dc801c07cf38b0c495686463e6ca6f871a64440e (patch) | |
| tree | 599f03114775921dbc472403c701f4a3a8ea188a /collaborativeagents/slurm/test_extractor.sh | |
| parent | e43b3f8aa36c198b95c1e46bea2eaf3893b13dc3 (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/test_extractor.sh')
| -rwxr-xr-x | collaborativeagents/slurm/test_extractor.sh | 22 |
1 files changed, 22 insertions, 0 deletions
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 |
