| #SBATCH -c 16 # 16 CPUs | |
| #SBATCH --mem=32g # 32 GB RAM | |
| #SBATCH --gres=gpu:rtxa5000:1 # 1 GPU (A6000) | |
| #SBATCH --time=3-00:00:00 # 8 days | |
| #SBATCH --account=gamma | |
| #SBATCH --partition=gamma | |
| #SBATCH --qos=gamma-huge-long | |
| #SBATCH --output=/fs/nexus-projects/health_sim_ai/src_hf_deploy/app_logs/app_%j.out | |
| export HOME=/fs/nexus-projects/health_sim_ai | |
| cd /fs/nexus-projects/health_sim_ai | |
| source venvs/llm/bin/activate | |
| cd src_hf_deploy | |
| python -u app.py | |
| # python inference_pred_llm.py | |
| # python inference_rec_llm.py |