Spaces:
Runtime error
Runtime error
Sync from GitHub repo
Browse filesThis Space is synced from the GitHub repo: https://github.com/SWivid/F5-TTS. Please submit contributions to the Space there
- pyproject.toml +1 -1
pyproject.toml
CHANGED
@@ -14,7 +14,7 @@ classifiers = [
|
|
14 |
"Programming Language :: Python :: 3",
|
15 |
]
|
16 |
dependencies = [
|
17 |
-
"accelerate>=0.33.0",
|
18 |
"bitsandbytes>0.37.0; platform_machine != 'arm64' and platform_system != 'Darwin'",
|
19 |
"cached_path",
|
20 |
"click",
|
|
|
14 |
"Programming Language :: Python :: 3",
|
15 |
]
|
16 |
dependencies = [
|
17 |
+
"accelerate>=0.33.0,!=1.7.0",
|
18 |
"bitsandbytes>0.37.0; platform_machine != 'arm64' and platform_system != 'Darwin'",
|
19 |
"cached_path",
|
20 |
"click",
|