You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin is working perfectly with Mistral Instruct. Instructions are passed through via [INSTR] tag and behavior looks good.
For Llama3 Instruct, it looks different as [INSTR] tag is not know and this is creating problems and cause Llama to generate strange replys
No clue if plugin can easilly be adapted to Llama3 but could be nice to have.
LLaMA 3 uses a different prompt. I will make changes to allow configuration of the prompt prefix and suffix. Can you confirm how to create a prompt for LLaMA 3.
Hello,
The plugin is working perfectly with Mistral Instruct. Instructions are passed through via [INSTR] tag and behavior looks good.
For Llama3 Instruct, it looks different as [INSTR] tag is not know and this is creating problems and cause Llama to generate strange replys
No clue if plugin can easilly be adapted to Llama3 but could be nice to have.
Llama3 API to try/reproduce it : https://llama3.free-solutions.ch
Might be interesting for Llama3 fans
The text was updated successfully, but these errors were encountered: