I saw that it was committed, but llama.py did not change. When does it apply? #1504
Answered
by
CISC
suhyun0115
asked this question in
Q&A
|
I keep getting a warning that there are 2 bos tokens, but this branch seems to be the solution. and If it is committed, how should I apply it to this code? def load_model(repo_id, filename, chat_format = 'llama-3'): messages = [ |
Answered by
CISC
Jun 4, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're looking at a single commit in #1439 which is not the final solution.
When this PR gets merged and a new release is made the changes will be active, this is up to @abetlen to decide.