Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
adamo1139
/
DeepSeek-V2.5-1210-AWQ
like
2
Safetensors
deepseek_v2
custom_code
4-bit precision
awq
Model card
Files
Files and versions
xet
Community
1
Copy to bucket
new
adamo1139
commited on
May 30, 2025
Commit
dbc98be
·
verified
·
1 Parent(s):
cee7870
Create README.md
Browse files
Files changed (1)
hide
show
README.md
+7
-0
README.md
ADDED
Viewed
@@ -0,0 +1,7 @@
1
+
AWQ quantization of DeepSeek-V2.5-1210
2
+
3
+
To run on 8xH100 80GB, you can use vLLM with:
4
+
5
+
```
6
+
vllm serve adamo1139/DeepSeek-V2.5-1210-AWQ --tensor-parallel 8 --trust-remote-code
7
+
```