Skip to content

Commit

Permalink
Pin transformers < 4.49.0 to fix TypeError: LlavaProcessor: got multi…
Browse files Browse the repository at this point in the history
…ple values for keyword argument 'images' (#693)
  • Loading branch information
albertvillanova authored Feb 18, 2025
1 parent 1df9dca commit 46a5d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ telemetry = [
]
transformers = [
"accelerate",
"transformers>=4.0.0",
"transformers>=4.0.0,<4.49.0",
"smolagents[torch]",
]
all = [
Expand Down

0 comments on commit 46a5d6c

Please sign in to comment.