adamo1139 commited on
Commit
dbc98be
·
verified ·
1 Parent(s): cee7870

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md ADDED
@@ -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
+ ```