You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- setuptools: modelscope uses pkg_resources at runtime (not just build-time)
- einops: tensor operations required by modelscope framework
- attrs: attribute classes required by modelscope framework
- Pillow: image processing required by modelscope framework
- datasets: version bumped to >=3.0.0,<=3.6.0 to match modelscope constraint
- whisperjav[huggingface]: cross-extra ref so enhance pulls transformers
- llm extra added to installer_extras in build_release.py (was missing)
- Updated docs to reflect all 5 speech enhancement backends
Fixes ZipEnhancer 'No module named pkg_resources' error.
0 commit comments