cstr commited on
Commit
4a24bcb
1 Parent(s): a8ddb0f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -4
README.md CHANGED
@@ -14,10 +14,7 @@ language:
14
 
15
  This is only a quick test in merging 3 and 3.1 llamas despite a number of differences in tokenizer setup i.a., also motivated by ongoing problems with BOS, looping, etc, with 3.1, esp. with llama.cpp, missing full RoPE scaling yet, etc. Performance is yet not satisfactory of course, which might have a number of causes.
16
 
17
- GGUF is (for another test purpose) done with old llama.cpp binary (b2750) and
18
- ``` code
19
- --leave-output-tensor --token-embedding-type f16.
20
- ```
21
 
22
  ### Summary Table
23
 
 
14
 
15
  This is only a quick test in merging 3 and 3.1 llamas despite a number of differences in tokenizer setup i.a., also motivated by ongoing problems with BOS, looping, etc, with 3.1, esp. with llama.cpp, missing full RoPE scaling yet, etc. Performance is yet not satisfactory of course, which might have a number of causes.
16
 
17
+ GGUF is (for another test purpose) done with old llama.cpp binary (b2750).
 
 
 
18
 
19
  ### Summary Table
20