Skip to content

Commit

Permalink
updated changes of mistral_inference in transformer class
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavyagnik committed Jul 23, 2024
1 parent 5b8adb5 commit f38fb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/mistral_finetune_7b.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1840,7 +1840,7 @@
}
],
"source": [
"from mistral_inference.model import Transformer\n",
"from mistral_inference.transformer import Transformer\n",
"from mistral_inference.generate import generate\n",
"\n",
"from mistral_common.tokens.tokenizers.mistral import MistralTokenizer\n",
Expand Down

0 comments on commit f38fb25

Please sign in to comment.