Skip to content

Commit

Permalink
update torch dep in framework
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Chin Fabian Lim <flim@sg.ibm.com>
  • Loading branch information
fabianlim committed May 17, 2024
1 parent 0aa4437 commit b93c8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/framework/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers=[
"Programming Language :: Python :: 3.11",
]
dependencies = [
"torch<2.3",
"torch>2.2,<2.3",
"transformers<4.40",
"peft",
"accelerate"
Expand Down

0 comments on commit b93c8c3

Please sign in to comment.