kylesayrs commited on
Commit
98e9596
·
verified ·
1 Parent(s): 23b34c1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,11 +14,11 @@ This is a quantized version of `zai-org/GLM-5.2` with MoE layers quantized to NV
14
 
15
  ## Usage
16
 
17
- This model is intended for deployment with vLLM and requires the following branch: https://github.com/vllm-project/vllm/pull/41276.
18
  You can serve the model using
19
 
20
  ```bash
21
- vllm serve RedHatAI/GLM-5.2-FP8-NVFP4 --tensor_parallel_size 8 --kv_cache_dtype=fp8
22
  ```
23
 
24
  ## Creation Process
 
14
 
15
  ## Usage
16
 
17
+ This model is intended for deployment with vLLM and requires the following fix: https://github.com/vllm-project/vllm/pull/47780.
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