Update README.md
Browse files
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-
|
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 |
|