Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
base_model:
|
| 6 |
+
- microsoft/phi-4-gguf
|
| 7 |
+
pipeline_tag: text-generation
|
| 8 |
+
tags:
|
| 9 |
+
- phi4
|
| 10 |
+
- gguf-connector
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# gguf quantized and Bug fixed version of phi4
|
| 14 |
+
|
| 15 |
+
## review
|
| 16 |
+
- bug fixed for: "ResponseError: llama runner process has terminated: GGML_ASSERT(hparams.n_swa > 0) failed" in this version
|
| 17 |
+
- tq1_0 and tq2_0 are not usable; should at least start with q2_k
|
| 18 |
+
|
| 19 |
+
## reference
|
| 20 |
+
- base model: microsoft/phi-4
|