Skip to content

Commit

Permalink
Fix correct model name
Browse files Browse the repository at this point in the history
  • Loading branch information
RohitRathore1 committed Dec 2, 2024
1 parent fc41bf7 commit 55745d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generate/test_integration_transformers_vision.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def img_from_url(url):
@pytest.fixture(scope="session")
def model(tmp_path_factory):
return transformers_vision(
"trl-internal-testing/tiny-random-LlavaForConditionalGeneration",
"trl-internal-testing/tiny-LlavaForConditionalGeneration",
model_class=LlavaForConditionalGeneration,
device="cpu",
)
Expand Down

0 comments on commit 55745d2

Please sign in to comment.