aniljava commited on
Commit
b23c616
1 Parent(s): 463fed2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -2
README.md CHANGED
@@ -13,6 +13,16 @@ tags:
13
  - gguf
14
  ---
15
 
16
- GGUF Version of LLAMA 3.1 Instruct
 
 
 
17
 
18
- ** Other quants are being uploaded **
 
 
 
 
 
 
 
 
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