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
Hello folks, a lot of awesome tools here :) I was going through the tokenizer notebook to understand how the template has changed with tool calling and I wasn't able to run it. It looks like one of the imports needs to be updated:
ModuleNotFoundError: No module named 'mistral_common.tokens.instruct.normalize'
I believe this just needs to be updated to from mistral_common.protocol.instruct.request import ChatCompletionRequest?
The text was updated successfully, but these errors were encountered:
Hello folks, a lot of awesome tools here :) I was going through the tokenizer notebook to understand how the template has changed with tool calling and I wasn't able to run it. It looks like one of the imports needs to be updated:
ModuleNotFoundError: No module named 'mistral_common.tokens.instruct.normalize'
I believe this just needs to be updated to
from mistral_common.protocol.instruct.request import ChatCompletionRequest
?The text was updated successfully, but these errors were encountered: