Skip to content

Commit 2e7b1b6

Browse files
authored
Fix formatting in run_hf_model.md
1 parent 8ee3fce commit 2e7b1b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/hpc/08_ml_ai_hpc/08_LLM inference/02_run_hf_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Create a python script using the following code from sections 1-9 and save it in
135135
```
136136

137137
## Prepare Sbatch file
138-
After saving the above code in a script called `huggingface.py`, create a file called `run.SBATCH` with the the following code:
138+
After saving the above code in a script called `huggingface.py`, create a file called `run.SBATCH` with the following code:
139139

140140
```batch
141141
#!/bin/bash

0 commit comments

Comments
 (0)