This repository has been archived by the owner on Feb 15, 2025. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(whisper): Including missing cuda dependencies required for GPU ru…
…ntimes * Adds preprocessor_config.json to the copy step of the ctranslate2 conversion so that v3 whisper models have their feature dimensions read in properly. Without this there is a runtime error that occurs. weight of size [1280, 128, 3], expected input[1, 80, 3000] to have 128 channels, but got 80 channels instead * Adds openai-whisper as a dependency to fix a runtime error when running the backend via GPU Could not load library libcudnn_ops_infer.so.8. Error: libcudnn_ops_infer.so.8: cannot open shared object file: No such file or directory
- Loading branch information