JunHowie commited on
Commit
6ddb807
·
verified ·
1 Parent(s): 3324447

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -82,7 +82,7 @@ Until the PR is merged, please replace the gptq_marlin.py file in your installat
82
 
83
  ```python
84
  from huggingface_hub import snapshot_download
85
- snapshot_download('QuantTrio/DeepSeek-R1-0528-GPTQ-Int4-Int8Mix-Lite', cache_dir="local_path")
86
  ```
87
 
88
 
 
82
 
83
  ```python
84
  from huggingface_hub import snapshot_download
85
+ snapshot_download('QuantTrio/DeepSeek-R1-0528-GPTQ-Int4-Int8Mix-Compact', cache_dir="local_path")
86
  ```
87
 
88