bullerwins commited on
Commit
cd04975
1 Parent(s): 70e7369

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -0
README.md CHANGED
@@ -21,6 +21,9 @@ license: llama3.1
21
 
22
  GGUF quantized version using llama.cpp
23
 
 
 
 
24
  ## Model Information
25
 
26
  The Meta Llama 3.1 collection of multilingual large language models (LLMs) is a collection of pretrained and instruction tuned generative models in 8B, 70B and 405B sizes (text in/text out). The Llama 3.1 instruction tuned text only models (8B, 70B, 405B) are optimized for multilingual dialogue use cases and outperform many of the available open source and closed chat models on common industry benchmarks.
 
21
 
22
  GGUF quantized version using llama.cpp
23
 
24
+ While it works, it still need proper [RoPE suppport](https://github.com/ggerganov/llama.cpp/issues/8650)
25
+ I will requant once merged
26
+
27
  ## Model Information
28
 
29
  The Meta Llama 3.1 collection of multilingual large language models (LLMs) is a collection of pretrained and instruction tuned generative models in 8B, 70B and 405B sizes (text in/text out). The Llama 3.1 instruction tuned text only models (8B, 70B, 405B) are optimized for multilingual dialogue use cases and outperform many of the available open source and closed chat models on common industry benchmarks.