Fix import
Browse files
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.
|
| 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 |
|