JunHowie commited on
Commit
55f0d78
·
verified ·
1 Parent(s): c7590da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -94,7 +94,7 @@ vllm serve \
94
 
95
  ### 【Model Download】
96
  ```python
97
- from modelscope import snapshot_download
98
  snapshot_download('QuantTrio/DeepSeek-V3.2-Speciale-AWQ', cache_dir="your_local_path")
99
  ```
100
 
 
94
 
95
  ### 【Model Download】
96
  ```python
97
+ from huggingface_hub import snapshot_download
98
  snapshot_download('QuantTrio/DeepSeek-V3.2-Speciale-AWQ', cache_dir="your_local_path")
99
  ```
100