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 1e91c09 commit 58d1392Copy full SHA for 58d1392
.github/workflows/nightly_tests.yml
@@ -74,7 +74,6 @@ jobs:
74
python -m uv pip install -e [quality,test]
75
pip uninstall accelerate -y && python -m uv pip install -U accelerate@git+https://github.com/huggingface/accelerate.git
76
python -m uv pip install pytest-reportlog
77
- python -m uv pip install phonemizer
78
- name: Environment
79
run: |
80
python utils/print_env.py
setup.py
@@ -227,6 +227,7 @@ def run(self):
227
"scipy",
228
"torchvision",
229
"transformers",
230
+ "phonemizer",
231
)
232
extras["torch"] = deps_list("torch", "accelerate")
233
0 commit comments