Skip to content

Commit f046a38

Browse files
RyanJDickbrandonrising
authored andcommitted
Downgrade accelerate and huggingface-hub deps to original versions.
1 parent ae94e48 commit f046a38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
]
3434
dependencies = [
3535
# Core generation dependencies, pinned for reproducible builds.
36-
"accelerate==0.33.0",
36+
"accelerate==0.30.1",
3737
"bitsandbytes==0.43.3; sys_platform!='darwin'",
3838
"clip_anytorch==2.6.0", # replacing "clip @ https://github.com/openai/CLIP/archive/eaa22acb90a5876642d0507623e859909230a52d.zip",
3939
"compel==2.0.2",
@@ -60,7 +60,7 @@ dependencies = [
6060
# Core application dependencies, pinned for reproducible builds.
6161
"fastapi-events==0.11.1",
6262
"fastapi==0.111.0",
63-
"huggingface-hub==0.24.5",
63+
"huggingface-hub==0.23.1",
6464
"pydantic-settings==2.2.1",
6565
"pydantic==2.7.2",
6666
"python-socketio==5.11.1",

0 commit comments

Comments
 (0)