Skip to content

Commit 7777b49

Browse files
Merge pull request #164 from foundation-model-stack/dependabot/pip/accelerate-gte-0.20.3-and-neq-0.34-and-lt-1.10
chore(deps): Update accelerate requirement from !=0.34,<1.9,>=0.20.3 to >=0.20.3,!=0.34,<1.10
2 parents 008e0e3 + 5ffd83a commit 7777b49

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.9",
26+
"accelerate>=0.20.3,!=0.34,<1.10",
2727
"transformers>=4.45,<4.54",
2828
"torch>=2.2.0,<2.8",
2929
"tqdm>=4.66.2,<5.0",

0 commit comments

Comments
 (0)