Yudi Xue commited on
Update README.md
Browse files
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
|
| 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 |
|