JunHowie commited on
Commit
ae7872f
·
verified ·
1 Parent(s): 8e7a305

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -15,7 +15,7 @@ base_model_relation: quantized
15
 
16
  ---
17
  # GLM-5.2-Int4-Int8Mix
18
- Base model: [ZhipuAI/GLM-5.2](https://www.modelscope.cn/models/ZhipuAI/GLM-5.2)
19
 
20
  This repo quantizes the model using a data-free quantization tool.
21
 
@@ -110,8 +110,8 @@ The first launch may spend several minutes on vLLM compilation and warmup.
110
 
111
  ### 【Model Download】
112
  ```python
113
- from modelscope import snapshot_download
114
- snapshot_download('tclf90/GLM-5.2-Int4-Int8Mix', cache_dir="your_local_path")
115
  ```
116
 
117
  ### 【Overview】
 
15
 
16
  ---
17
  # GLM-5.2-Int4-Int8Mix
18
+ Base model: [zai-org/GLM-5.2](https://huggingface.co/zai-org/GLM-5.2)
19
 
20
  This repo quantizes the model using a data-free quantization tool.
21
 
 
110
 
111
  ### 【Model Download】
112
  ```python
113
+ from huggingface_hub import snapshot_download
114
+ snapshot_download('QuantTrio/GLM-5.2-Int4-Int8Mix', cache_dir="your_local_path")
115
  ```
116
 
117
  ### 【Overview】