Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,16 @@ tags:
|
|
13 |
- gguf
|
14 |
---
|
15 |
|
16 |
-
|
|
|
|
|
|
|
17 |
|
18 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
13 |
- gguf
|
14 |
---
|
15 |
|
16 |
+
# With fixes applied for:
|
17 |
+
- 3.1 rope scaling factors (#8676)
|
18 |
+
- `llama-bpe` as tokenizer Proper Llama 3.1 Support in llama.cpp (#8650)
|
19 |
+
- `<|python_tag|>` works for tool calls.
|
20 |
|
21 |
+
# Following files are fixed and others are being replaced.
|
22 |
+
- Meta-Llama-3.1-8B-Instruct.Q4_K_M.gguf
|
23 |
+
- Meta-Llama-3.1-8B-Instruct.IQ4_XS.gguf
|
24 |
+
|
25 |
+
|
26 |
+
# REF
|
27 |
+
https://github.com/ggerganov/llama.cpp/issues/8650
|
28 |
+
https://github.com/ggerganov/llama.cpp/pull/8676
|