Yudi Xue commited on
Commit
4abdc8b
·
verified ·
1 Parent(s): f997ee9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ This optimization reduces the number of bits per parameter from 16 to 8, reducin
26
  ### Use with SGLang
27
 
28
  ```bash
29
- python -m sglang.launch_server --model-path Qwen/Qwen2.5-14B-Instruct-1M \
30
  --port 30000 --host 0.0.0.0
31
  ```
32
 
 
26
  ### Use with SGLang
27
 
28
  ```bash
29
+ python -m sglang.launch_server --model-path JamAndTeaStudios/Qwen2.5-14B-Instruct-1M-FP8-Dynamic \
30
  --port 30000 --host 0.0.0.0
31
  ```
32