Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github colabs don't work #80

Open
sfdrada opened this issue Jan 1, 2025 · 0 comments
Open

Github colabs don't work #80

sfdrada opened this issue Jan 1, 2025 · 0 comments

Comments

@sfdrada
Copy link

sfdrada commented Jan 1, 2025

I think theres a package installation error for both of the google colabs which breaks the code when trying to import whispers2t package. The package conflict below is for the tensor notebook but there are conflicts in both notebooks.

in <cell line: 1>()
----> 1 import whisper_s2t
2 model = whisper_s2t.load_model(model_identifier="large-v2", backend='TensorRT-LLM')

ModuleNotFoundError: No module named 'whisper_s2t'

ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
gcsfs 2024.10.0 requires fsspec==2024.10.0, but you have fsspec 2024.9.0 which is incompatible.
sentence-transformers 3.3.1 requires transformers<5.0.0,>=4.41.0, but you have transformers 4.36.1 which is incompatible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant