Skip to content

Commit

Permalink
Missing os
Browse files Browse the repository at this point in the history
  • Loading branch information
ccamacho committed Jan 30, 2025
1 parent c9629f2 commit 54ad35f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions containers/scripts/run_vllm.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from vllm import LLM, SamplingParams
import time
import json
import os

# Load and filter the dataset
dataset = load_dataset("MLCommons/peoples_speech", "validation")
Expand Down

0 comments on commit 54ad35f

Please sign in to comment.