Skip to content

Commit

Permalink
Update pixtral example checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
amyeroberts committed Sep 20, 2024
1 parent 77c5d59 commit 5d33741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/en/model_doc/pixtral.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Here is an example of how to run it:
from transformers import LlavaForConditionalGeneration, AutoProcessor
from PIL import Image

model_id = "hf-internal-testing/pixtral-12b"
model_id = "mistral-community/pixtral-12b"
model = LlavaForConditionalGeneration.from_pretrained(model_id).to("cuda")
processor = AutoProcessor.from_pretrained(model_id)

Expand Down

0 comments on commit 5d33741

Please sign in to comment.