We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae94e48 commit f046a38Copy full SHA for f046a38
pyproject.toml
@@ -33,7 +33,7 @@ classifiers = [
33
]
34
dependencies = [
35
# Core generation dependencies, pinned for reproducible builds.
36
- "accelerate==0.33.0",
+ "accelerate==0.30.1",
37
"bitsandbytes==0.43.3; sys_platform!='darwin'",
38
"clip_anytorch==2.6.0", # replacing "clip @ https://github.com/openai/CLIP/archive/eaa22acb90a5876642d0507623e859909230a52d.zip",
39
"compel==2.0.2",
@@ -60,7 +60,7 @@ dependencies = [
60
# Core application dependencies, pinned for reproducible builds.
61
"fastapi-events==0.11.1",
62
"fastapi==0.111.0",
63
- "huggingface-hub==0.24.5",
+ "huggingface-hub==0.23.1",
64
"pydantic-settings==2.2.1",
65
"pydantic==2.7.2",
66
"python-socketio==5.11.1",
0 commit comments