Skip to content

Commit

Permalink
Update offline_inference_whisper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
aurickq authored Jan 2, 2025
1 parent ba30886 commit dbd21a4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/offline_inference_whisper.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
from vllm import LLM, SamplingParams
from vllm.assets.audio import AudioAsset

dtype = "float"

# Create a Whisper encoder/decoder model instance
llm = LLM(
model="openai/whisper-large-v3",
Expand Down

0 comments on commit dbd21a4

Please sign in to comment.