Skip to content

Commit 81bc93d

Browse files
committed
mem fraction typo
1 parent 58159c5 commit 81bc93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

submission_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ def main(_):
694694
# Prevent OOM on librispeech conformer.
695695
base_workload = workloads.get_base_workload_name(FLAGS.workload)
696696

697-
if base_workload == [
697+
if base_workload in [
698698
'librispeech_conformer',
699699
'librispeech_deepspeech',
700700
'imagenet_vit',

0 commit comments

Comments
 (0)