-
Notifications
You must be signed in to change notification settings - Fork 8
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
Upgrade faster-whisper #92
Conversation
Makefile
Outdated
@@ -11,22 +11,18 @@ _login: | |||
|
|||
build-summaries : _login | |||
docker buildx build \ | |||
--build-arg="BASE_IMAGE_BUILD=nvidia/cuda:12.3.0-devel-ubuntu20.04" \ | |||
--build-arg="BASE_IMAGE_RUN=nvidia/cuda:12.3.0-runtime-ubuntu20.04" \ | |||
--build-arg="BASE_IMAGE_BUILD=nvidia/cuda:12.2.2-cudnn8-devel-ubuntu22.04" \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we drop these now that they match the defaults?
deb https://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu focal main | ||
deb-src https://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu focal main | ||
deb https://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu jammy main | ||
deb-src https://ppa.launchpadcontent.net/deadsnakes/ppa/ubuntu jammy main |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need the src, now that I see it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀 No code changes necessary when updating faster-whisper? Impressive!
No description provided.