We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e51cf commit e308e67Copy full SHA for e308e67
1 file changed
aiu_fms_testing_utils/scripts/drive_paged_programs.py
@@ -518,6 +518,7 @@ def parse_program_limit(limit_str: str) -> tuple[int, str]:
518
for v in program_map.values():
519
random.Random(42).shuffle(v)
520
521
+
522
# select prompts that fit the batch size criteria
523
def get_program_prompt_list():
524
if custom_shape:
0 commit comments