Skip to content

Commit 5ffd83a

Browse files
chore(deps): Update accelerate requirement
Updates the requirements on [accelerate](https://github.com/huggingface/accelerate) to permit the latest version. - [Release notes](https://github.com/huggingface/accelerate/releases) - [Commits](huggingface/accelerate@v0.20.3...v1.9.0) --- updated-dependencies: - dependency-name: accelerate dependency-version: 1.9.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d555ef5 commit 5ffd83a

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)