whisper nits (#1388)

This commit is contained in:
Awni Hannun
2025-09-03 13:18:50 -07:00
committed by GitHub
parent c1af8c46bd
commit 8e4391ca21
2 changed files with 1 additions and 7 deletions

View File

@@ -11,12 +11,6 @@ audio_file = "mlx_whisper/assets/ls_test.flac"
def parse_arguments():
parser = argparse.ArgumentParser(description="Benchmark script.")
parser.add_argument(
"--mlx-dir",
type=str,
default="mlx_models",
help="The folder of MLX models",
)
parser.add_argument(
"--all",
action="store_true",