Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurZucker committed Sep 25, 2024
1 parent 3d8405d commit a17100c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/models/mllama/test_processor_mllama.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
@require_vision
class MllamaProcessorTest(unittest.TestCase):
def setUp(self):
self.checkpoint = "Llama-3.2-11B-Vision-Instruct" # TODO: change
self.checkpoint = "hf-internal-testing/mllama-11b" # TODO: change
self.processor = MllamaProcessor.from_pretrained(self.checkpoint)
self.image1 = Image.new("RGB", (224, 220))
self.image2 = Image.new("RGB", (512, 128))
Expand Down

0 comments on commit a17100c

Please sign in to comment.