kylesayrs commited on
Commit
902e457
·
verified ·
1 Parent(s): 73b8173

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -19,9 +19,9 @@ vllm serve RedHatAI/GLM-5.2-FP8-NVFP4 --tensor_parallel_size 8 --kv_cache_dtype=
19
 
20
  ## Creation Process
21
 
22
- This model was created using [LLM Compressor](https://github.com/vllm-project/llm-compressor). The example script can be found in `examples/quantizing_moe/glm5_example.py` [[Example] GLM5.2 Example](https://github.com/vllm-project/llm-compressor/pull/2869).
23
 
24
- ```
25
  import torch
26
  from compressed_tensors.offload import init_dist
27
  from compressed_tensors.quantization.quant_scheme import (
 
19
 
20
  ## Creation Process
21
 
22
+ This model was created using [LLM Compressor](https://github.com/vllm-project/llm-compressor). The example script can be found in `examples/quantizing_moe/glm5_example.py` [[Example] GLM5.2 Example](https://github.com/vllm-project/llm-compressor/pull/2869). Quantizing the model with data parallelism and 6xA100 takes about 3 hours.
23
 
24
+ ```python
25
  import torch
26
  from compressed_tensors.offload import init_dist
27
  from compressed_tensors.quantization.quant_scheme import (