Skip to content

Commit 4918fc9

Browse files
Merge pull request #143 from foundation-model-stack/dependabot/pip/accelerate-gte-0.20.3-and-neq-0.34-and-lt-1.9
chore(deps): Update accelerate requirement from !=0.34,<1.7,>=0.20.3 to >=0.20.3,!=0.34,<1.9
2 parents bcee5f3 + 02008db commit 4918fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers=[
2323
dynamic = ["version"]
2424
dependencies = [
2525
"numpy>=1.26.4,<2.3.0",
26-
"accelerate>=0.20.3,!=0.34,<1.7",
26+
"accelerate>=0.20.3,!=0.34,<1.9",
2727
"transformers>=4.45,<4.53",
2828
"torch>=2.2.0,<2.6",
2929
"tqdm>=4.66.2,<5.0",

0 commit comments

Comments
 (0)