kylesayrs commited on
Commit
adb8a56
·
verified ·
1 Parent(s): 6252298

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -14,7 +14,8 @@ 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. You can serve the model using
 
18
 
19
  ```bash
20
  vllm serve RedHatAI/GLM-5.2-FP8-NVFP4 --tensor_parallel_size 8 --kv_cache_dtype=fp8
 
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