Skip to content

Commit d578a8a

Browse files
committed
Add command to support remote model launching via SSH
1 parent c26a1d0 commit d578a8a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

vec_inf/multinode_vllm.slurm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#SBATCH --tasks-per-node=1
66

77
# Load CUDA, change to the cuda version on your environment if different
8+
source /opt/lmod/lmod/init/profile
89
module load cuda-12.3
910
nvidia-smi
1011

vec_inf/vllm.slurm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#SBATCH --mem=64G
44

55
# Load CUDA, change to the cuda version on your environment if different
6+
source /opt/lmod/lmod/init/profile
67
module load cuda-12.3
78
nvidia-smi
89

0 commit comments

Comments
 (0)