kylesayrs commited on
Commit
7bc0af5
·
verified ·
1 Parent(s): 350d4cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -18,7 +18,9 @@ This model is intended for deployment with vLLM and requires the following branc
18
  You can serve the model using
19
 
20
  ```bash
21
- vllm serve RedHatAI/GLM-5.2-NVFP4 --tensor_parallel_size 8 --kv_cache_dtype=fp8
 
 
22
  ```
23
 
24
  ## Evaluation ##
 
18
  You can serve the model using
19
 
20
  ```bash
21
+ vllm serve RedHatAI/GLM-5.2-NVFP4 \
22
+ --tensor-parallel-size 8 \
23
+ --kv_cache_dtype=fp8
24
  ```
25
 
26
  ## Evaluation ##