Penn commited on
Commit
48f3aa3
·
verified ·
1 Parent(s): 95d0639

Fix import

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -23,7 +23,7 @@ from mistral_common.protocol.instruct.tool_calls import (
23
  Function,
24
  )
25
  from mistral_common.tokens.tokenizers.mistral import MistralTokenizer
26
- from mistral_common.tokens.instruct.normalize import ChatCompletionRequest
27
 
28
  device = "cuda" # the device to load the model onto
29
 
 
23
  Function,
24
  )
25
  from mistral_common.tokens.tokenizers.mistral import MistralTokenizer
26
+ from mistral_common.protocol.instruct.request import ChatCompletionRequest
27
 
28
  device = "cuda" # the device to load the model onto
29