-
-
Notifications
You must be signed in to change notification settings - Fork 137
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
new Installation - many errors in Conda Python 3.8, 3.10 and 3.12 #82
Comments
I will fix this bug in the new version. You can use this code. from whisperplus.pipelines.whisper_autocaption import WhisperAutoCaptionPipeline
caption = WhisperAutoCaptionPipeline(model_id="openai/whisper-large-v3")
caption(video_path="test.mp4", output_path="output.mp4", language="turkish") Fixed NameError error. You should check out the readme page. Or you can add |
I released a new version. You can use this. pip install whisperplus==0.3.1 |
Thank You, there are new error message:
|
Ive installed new Ubuntu24lts, install nvidia toolkit, driver, everything from the scratch, Python 3.8. The error persist:
|
Hi,
I am trying to install WhisperPlud but face many issues.
OR
I have new Installation - many errors in Conda Python 3.8, 3.10 and 3.12
Ive created new conda and follow instalation procedure:
Nvidia Cuda toolkit 12.4, nevest drivers.
The text was updated successfully, but these errors were encountered: