Skip to content

Commit

Permalink
Adjusted idefics 2 test.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Movchan committed Sep 10, 2024
1 parent 81b3bf9 commit 24ba6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aana/tests/deployments/test_idefics2_deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
model="HuggingFaceM4/idefics2-8b",
dtype=Dtype.FLOAT16,
default_sampling_params=SamplingParams(
temperature=0.0, kwargs={"diversity_penalty": 0.0}
temperature=1.0, max_tokens=256, kwargs={"diversity_penalty": 0.0}
),
).model_dump(mode="json"),
),
Expand Down

0 comments on commit 24ba6dc

Please sign in to comment.