Skip to content

Commit

Permalink
Update repo id
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsRogge committed Sep 19, 2024
1 parent a9dc577 commit 3b9bd25
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 @@ -41,7 +41,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 3b9bd25

Please sign in to comment.