Skip to content

Commit

Permalink
[SDK] Sync Transformers version for train API
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Velichkevich <andrey.velichkevich@gmail.com>
  • Loading branch information
andreyvelich committed Jun 14, 2024
1 parent 9a9edec commit dee43fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@
tests_require=TESTS_REQUIRES,
extras_require={
"test": TESTS_REQUIRES,
"huggingface": ["transformers==4.37.2", "peft==0.3.0"],
"huggingface": ["transformers==4.38.0", "peft==0.3.0"],
},
)

0 comments on commit dee43fb

Please sign in to comment.