qwp4w3hyb commited on
Commit
8c22cb0
1 Parent(s): ac9074f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -19,7 +19,7 @@ license_link: LICENSE
19
 
20
  ## Note about eos token
21
  It seems llama 3 uses different eos tokens depending if it is in instruct mode.
22
- The initial upload has some issues with this as it uses the "default" eos token of 128001, when in instruct mode llama uses 128009 as eos token which causes it to ramble on and on without stopping.
23
 
24
  I am currently uploading fixed quants with the eos token id manually set to 128009.
25
  This fixes the issue for me, but you have to make sure to use the correct chat template, I recommend using [this](https://github.com/ggerganov/llama.cpp/pull/6751) PR and then launching llama.cpp with `--chat-template llama3`.
 
19
 
20
  ## Note about eos token
21
  It seems llama 3 uses different eos tokens depending if it is in instruct mode.
22
+ The initial upload has some issues with this as it uses the "default" eos token of 128001, but when in instruct mode llama only outputs 128009 as eos token which causes it to ramble on and on without stopping.
23
 
24
  I am currently uploading fixed quants with the eos token id manually set to 128009.
25
  This fixes the issue for me, but you have to make sure to use the correct chat template, I recommend using [this](https://github.com/ggerganov/llama.cpp/pull/6751) PR and then launching llama.cpp with `--chat-template llama3`.