Skip to content

Commit a88e666

Browse files
committed
Remove unused model weights dataset from nightly-benchmark.yaml and clean up related command-line arguments.
Signed-off-by: Abhinav Garg <abhinavg@stanford.edu>
1 parent 43fdcc9 commit a88e666

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

benchmarking/nightly-benchmark.yaml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@ datasets:
4343
formats:
4444
- type: "mp4"
4545
path: "{datasets_path}/videos"
46-
- name: "videos_model_weights"
47-
formats:
48-
- type: "files"
49-
path: "{datasets_path}/video_model_weights"
5046
- name: "rpv2-2023-14-en"
5147
formats:
5248
- type: "parquet"
@@ -470,7 +466,7 @@ entries:
470466
exact_value: 3800
471467
- metric: throughput_images_per_sec
472468
min_value: 3.0
473-
469+
474470
- name: audio_fleurs
475471
enabled: true
476472
script: audio_fleurs_benchmark.py
@@ -548,7 +544,6 @@ entries:
548544
--output-path={session_entry_dir}/scratch/output
549545
--executor=xenna
550546
--video-dir={dataset:videos,mp4}
551-
--model-dir={dataset:videos_model_weights,files}
552547
--video-limit=1000
553548
timeout_s: 400
554549
ray:
@@ -561,7 +556,7 @@ entries:
561556
exact_value: 1400
562557
- metric: throughput_clips_per_sec
563558
min_value: 4.0
564-
559+
565560
- name: video_transcoding
566561
enabled: true
567562
script: video_pipeline_benchmark.py
@@ -592,7 +587,6 @@ entries:
592587
--output-path={session_entry_dir}/scratch/output
593588
--executor=xenna
594589
--video-dir={dataset:videos,mp4}
595-
--model-dir={dataset:videos_model_weights,files}
596590
--generate-captions
597591
--no-generate-embeddings
598592
--enhance-captions
@@ -617,7 +611,6 @@ entries:
617611
--output-path={session_entry_dir}/scratch/output
618612
--executor=xenna
619613
--video-dir={dataset:videos,mp4}
620-
--model-dir={dataset:videos_model_weights,files}
621614
--splitting-algorithm=transnetv2
622615
--motion-filter=enable
623616
--aesthetic-threshold=3.5

0 commit comments

Comments
 (0)