Skip to content

Commit

Permalink
Merge branch 'SWivid:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
lpscr authored Oct 21, 2024
2 parents 6e46036 + 256f3f1 commit 898c1ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/utils_infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def initialize_asr_pipeline(device=device):

asr_pipe = pipeline(
"automatic-speech-recognition",
model="openai/whisper-large",
model="openai/whisper-large-v3-turbo",
torch_dtype=torch.float16,
device=device,
)
Expand Down

0 comments on commit 898c1ee

Please sign in to comment.