bartowski commited on
Commit
9f84c65
1 Parent(s): 8598d48

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -7,7 +7,9 @@ pipeline_tag: text-generation
7
 
8
  ## Llamacpp Quantizations of Llama-3-Smaug-8B
9
 
10
- Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> release <a href="https://github.com/ggerganov/llama.cpp/releases/tag/experimental">experimental</a> for quantization.
 
 
11
 
12
  Original model: https://huggingface.co/abacusai/Llama-3-Smaug-8B
13
 
 
7
 
8
  ## Llamacpp Quantizations of Llama-3-Smaug-8B
9
 
10
+ This model has the <|eot_id|> token set to not-special, which seems to work better with current inference engines.
11
+
12
+ Using <a href="https://github.com/ggerganov/llama.cpp/">llama.cpp</a> fork from pcuenca <a href="https://github.com/pcuenca/llama.cpp/tree/llama3-conversion">llama3-conversion</a> for quantization.
13
 
14
  Original model: https://huggingface.co/abacusai/Llama-3-Smaug-8B
15