Skip to content

Commit

Permalink
released torch and trl upper bounds #17
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Chin Fabian Lim <[email protected]>
  • Loading branch information
fabianlim committed Jun 30, 2024
1 parent 3392280 commit c681c35
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/framework/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,10 @@ classifiers=[
]
dependencies = [
"numpy<2.0", # numpy needs to be bounded due to incompatiblity with current torch<2.3
"torch>2.2,<2.3",
"torch>2.2",
"transformers<4.40",
"peft",
"accelerate",
"trl<0.9", # trl version needs to be constrained until below issue is resolved. https://github.com/foundation-model-stack/fms-hf-tuning/issues/198
]

[tool.hatch.build.targets.wheel]
Expand Down

0 comments on commit c681c35

Please sign in to comment.