Skip to content

Commit ab27e1d

Browse files
Update llms.rst (#792)
The example returns the following error: sbatch: error: invalid partition specified: gpu-v100-32GB sbatch: error: Batch job submission failed: Invalid partition name specified I changed it to gpu-v100-32g as it is returned by sinfo -s, then it works.
1 parent 7de55d3 commit ab27e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

triton/apps/llms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ In the following sbatch script, we request computational resources, load the nec
4646
#SBATCH --cpus-per-task=4
4747
#SBATCH --mem=80GB #This is system memory, not GPU memory.
4848
#SBATCH --gpus=1
49-
#SBATCH --partition=gpu-v100-32GB # modify according to your needs
49+
#SBATCH --partition=gpu-v100-32g # modify according to your needs
5050
#SBATCH --output huggingface.%J.out
5151
#SBATCH --error huggingface.%J.err
5252

0 commit comments

Comments
 (0)