Skip to content

fix(faster-whisper): manually install ctranslate2 with rocm support before installing other dependencies#9839

Open
eglia wants to merge 1 commit into
mudler:masterfrom
eglia:fix-rocm
Open

fix(faster-whisper): manually install ctranslate2 with rocm support before installing other dependencies#9839
eglia wants to merge 1 commit into
mudler:masterfrom
eglia:fix-rocm

Conversation

@eglia
Copy link
Copy Markdown
Contributor

@eglia eglia commented May 15, 2026

Description
faster-whisper uses ctranslate2, which by default does not have rocm support enabled, leading to the following error:

CUDA failed with error CUDA driver version is insufficient for CUDA runtime version

Unfortunately, ctranslate2 with enabled rocm support is only available from github releases. Therefore, this PR manually installs this version, before calling the regular installRequirements procedure.

Notes for Reviewers

Signed commits

  • Yes, I signed my commits.

…efore installing other dependencies

Signed-off-by: Andreas Egli <github@kharan.ch>
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

Successfully merging this pull request may close these issues.

1 participant