Skip to content

Commit

Permalink
fix: execstack
Browse files Browse the repository at this point in the history
  • Loading branch information
chidiwilliams committed Jan 5, 2024
1 parent d17677c commit 88d0cff
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions buzz/model_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
from platformdirs import user_cache_dir
from tqdm.auto import tqdm

whisper = None
faster_whisper = None
huggingface_hub = None
if sys.platform != "linux":
import faster_whisper
import whisper
Expand Down

0 comments on commit 88d0cff

Please sign in to comment.