Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
AWQ quantization of DeepSeek-V2.5-1210
|
| 2 |
|
| 3 |
To run on 8xH100 80GB, you can use vLLM with:
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model:
|
| 3 |
+
- deepseek-ai/DeepSeek-V2.5-1210
|
| 4 |
+
---
|
| 5 |
AWQ quantization of DeepSeek-V2.5-1210
|
| 6 |
|
| 7 |
To run on 8xH100 80GB, you can use vLLM with:
|