Skip to content

Commit ab8a350

Browse files
committed
fix(typo): Intruct -> Instruct
1 parent e87abb9 commit ab8a350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/guides/vllm_plugin.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ When deploying a standard hub model, you can customize the way it will be export
7070

7171
```console
7272
optimum-cli neuron serve \
73-
--model="unsloth/Llama-3.1-1B-Intruct" \
73+
--model="unsloth/Llama-3.1-1B-Instruct" \
7474
--batch_size=4 \
7575
--sequence_length=4096 \
7676
--tensor_parallel_size=2 \

0 commit comments

Comments
 (0)