-
Notifications
You must be signed in to change notification settings - Fork 73
Description
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.