-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added llama3 prompt #1962
added llama3 prompt #1962
Conversation
Hey @imartinez , is it possible to change the pull request rules so that workflows are run without approval. What is the reason for it? Without approval, tests can be run already and code improved by contributors beforehand so that merging by a maintainer should only be a formal issue. This should also speed up things. Many thanks! |
# Conflicts: # private_gpt/components/vector_store/vector_store_component.py
We have just changed how workflows are executed. Hopefully there won't be any more problems in the future :) |
Updated PR with requested changes! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👏 🦙
I was picking up issue #1889 , but had to change it a bit. meta documentation is here https://llama.meta.com/docs/model-cards-and-prompt-formats/meta-llama-3/.
Also some issues with double BOS tokens, so no BOS tokens here, see abetlen/llama-cpp-python#1439.