Possible typo in the Open Orca chat format #874
Unanswered
player1537
asked this question in
Q&A
Replies: 1 comment
-
Pull Request to resolve this issue: #947 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was looking through the chat formatting code to figure out how function calling works and I found what looks to be a typo in the Open Orca format:
llama-cpp-python/llama_cpp/llama_chat_format.py
Lines 287 to 296 in 53861c9
When I tested this out myself, I found that the system message only includes the string within the parentheses and not any of the other strings that follow, outside the parentheses.
I don't personally use the Open Orca format so it's not really a blocking issue for me, but I thought it'd be good to at least post about it.
Beta Was this translation helpful? Give feedback.
All reactions