[SOLVED] Whisper not working
Whisper does not work because there is no Whisper module for Colossus yet. We're compiling a new version, which will require updates to the transcribe script. Updated instructions will follow.
Update 24-08-15: A new module "whisper/20231117-foss-2023a-CUDA-12.1.1" is now available. Updated "transcribe_data" and "whisper.sm" files are available in "/tsd/shared/software/whisper". Please copy them to your local whisper directory (and overwrite/remove the old files). Please note the following changes:
- The Whisper version, toolchain and CUDA version have been updated.
- Whisper now defaults to model "large-v3" (instead of "large-v2" in the previous module). To use the v2 model, see below.
- All OpenAI models are now included in the module and can be used using the environment variables set by the module. Please load the module and run "printenv|grep EBWHISPERMODEL" to see the available models. To use another model, update the "whisper.sm" with the corresponding environment variable (e.g. MODEL=$EBWHISPERMODELLARGEV2).
Published Aug. 14, 2024 9:50 AM
- Last modified Aug. 15, 2024 10:13 AM