1
0

faster_whisper 実行時に、ある時期からruntime errorが出て動かなくなった。

Last updated at Posted at 2023-12-18

Google colaboratoryで音声テキスト化していたが、急にruntime errorで動かなくなった。

ロードしていたモジュール

!pip install faster_whisper
!pip install cupy-cuda110

出力されたエラー

RuntimeError: Library libcublas.so.11 is not found or cannot be loaded

とりあえずの解決策

!pip install faster_whisper
#!pip install cupy-cuda110
!apt install libcublas11
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0