Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Microsoft Phi-4 4-bit AWQ Quantized Model (GEMM)
|
| 2 |
|
| 3 |
This is a **4-bit AutoAWQ quantized version** of [Microsoft's Phi-4](https://huggingface.co/microsoft/phi-4).
|
|
@@ -94,5 +107,4 @@ Special thanks to:
|
|
| 94 |
---
|
| 95 |
|
| 96 |
## 🚀 Enjoy Efficient Phi-4 Inference!
|
| 97 |
-
If you find this useful, **give it a ⭐ on Hugging Face!** 🎯
|
| 98 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- microsoft/phi-4
|
| 7 |
+
tags:
|
| 8 |
+
- 4bit
|
| 9 |
+
- transformers
|
| 10 |
+
- autoawq
|
| 11 |
+
- vllm
|
| 12 |
+
- 12gb-vram
|
| 13 |
+
---
|
| 14 |
# Microsoft Phi-4 4-bit AWQ Quantized Model (GEMM)
|
| 15 |
|
| 16 |
This is a **4-bit AutoAWQ quantized version** of [Microsoft's Phi-4](https://huggingface.co/microsoft/phi-4).
|
|
|
|
| 107 |
---
|
| 108 |
|
| 109 |
## 🚀 Enjoy Efficient Phi-4 Inference!
|
| 110 |
+
If you find this useful, **give it a ⭐ on Hugging Face!** 🎯
|
|
|