Pin transformers < 4.49.0 to fix TypeError: LlavaProcessor: got multiple values for keyword argument 'images' (#693)

This commit is contained in:
Albert Villanova del Moral 2025-02-18 14:18:17 +01:00 committed by GitHub
parent 1df9dca33a
commit 46a5d6cc0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ telemetry = [
]
transformers = [
"accelerate",
"transformers>=4.0.0",
"transformers>=4.0.0,<4.49.0",
"smolagents[torch]",
]
all = [