Skip to content

Commit 46777e2

Browse files
committed
Change example model to SmolLM2-135M-Instruct in README
Signed-off-by: Eric Curtin <eric.curtin@docker.com>
1 parent f5244a6 commit 46777e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ export VLLM_METAL_ENABLE_PROFILING=1
6161

6262
# Run vLLM
6363
python -m vllm.entrypoints.openai.api_server \
64-
--model meta-llama/Llama-2-7b-hf \
64+
--model HuggingFaceTB/SmolLM2-135M-Instruct \
6565
--dtype float16
6666
```
6767

0 commit comments

Comments
 (0)