I saw that it was committed, but llama.py did not change. When does it apply? #1504
-
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 = [ |
Beta Was this translation helpful? Give feedback.
Replies: 1 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. |
Beta Was this translation helpful? Give feedback.
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.