Spaces:
Running
Running
Michael Hu
commited on
Commit
·
ee54430
1
Parent(s):
c72d839
fix Using `low_cpu_mem_usage=True` or a `device_map` requires Accelerate: `pip install accelerate` error
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -11,4 +11,5 @@ phonemizer>=3.0
|
|
11 |
# espeak-ng>=1.51
|
12 |
scipy>=1.11
|
13 |
munch>=2.5
|
|
|
14 |
# git+https://github.com/hexgrad/Kokoro-82M
|
|
|
11 |
# espeak-ng>=1.51
|
12 |
scipy>=1.11
|
13 |
munch>=2.5
|
14 |
+
accelerate>=1.2.0
|
15 |
# git+https://github.com/hexgrad/Kokoro-82M
|