-
Notifications
You must be signed in to change notification settings - Fork 66
Open
Description
After installing the package from the cloned repository, importing the package:
from speechtokenizer import SpeechTokenizerfails due to the missing dependencies on beartype and tensorboard. Could these please be added to the install requirements in setup.py by updating
install_requires=['numpy', 'torch', 'torchaudio', 'einops','scipy','huggingface-hub','soundfile', 'matplotlib', 'lion_pytorch', 'accelerate'],to:
install_requires=[
'beartype',
'tensorboard',
'numpy',
'torch',
'torchaudio',
'einops',
'scipy',
'huggingface-hub',
'soundfile',
'matplotlib',
'lion_pytorch',
'accelerate'
],Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels