kylesayrs commited on
Commit
20edbd7
·
verified ·
1 Parent(s): 411e3c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -1
README.md CHANGED
@@ -18,7 +18,12 @@ This model is intended for deployment with vLLM and requires the following fix:
18
  You can serve the model using
19
 
20
  ```bash
21
- vllm serve RedHatAI/GLM-5.2-FP8-NVFP4 --tensor_parallel_size 4 --kv_cache_dtype=fp8
 
 
 
 
 
22
  ```
23
 
24
  ## Creation Process
 
18
  You can serve the model using
19
 
20
  ```bash
21
+ vllm serve RedHatAI/GLM-5.2-FP8-NVFP4 \
22
+ --tensor_parallel_size 4 \
23
+ --reasoning-parser glm45 \
24
+ --tool-call-parser glm47 \
25
+ --enable-auto-tool-choice \
26
+ --kv_cache_dtype=fp8 \
27
  ```
28
 
29
  ## Creation Process