Skip to content

Commit

Permalink
Update. change asr pipeline back to whisper-large-v3-turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
SWivid committed Oct 21, 2024
1 parent a79199e commit 256f3f1
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 256f3f1

Please sign in to comment.