Skip to content

Commit 6e8652d

Browse files
committed
fix
1 parent 13f8d8a commit 6e8652d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/examples/practice_on_vllm_simulator.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,12 @@ curl --request POST 'http://localhost:8000/v1/completions' \
8181
#### 1.5 Download Tokenizer
8282

8383
Download Qwen/Qwen2.5-1.5B-Instruct tokenizer files from [Qwen/Qwen2.5-1.5B-Instruct](https://modelscope.cn/models/Qwen/Qwen2.5-1.5B-Instruct/files) save to local path such as ${local_path}/Qwen2.5-1.5B-Instruct
84+
8485
```bash
8586
ls ./Qwen2.5-1.5B-Instruct
8687
merges.txt tokenizer.json tokenizer_config.json vocab.json
8788
```
89+
8890
______________________________________________________________________
8991

9092
## 🚀 2. Running Benchmarks

0 commit comments

Comments
 (0)