We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12c9f3b commit 57fcb66Copy full SHA for 57fcb66
1 file changed
aiu_fms_testing_utils/scripts/drive_paged_programs.py
@@ -871,6 +871,7 @@ def get_valid_prompts(
871
allow_truncation=allow_truncation,
872
enforce_sizes=enforce_sizes,
873
)
874
+ used_keys.add(program_seq_key[0])
875
yield ValidPrompt(
876
program_id=program_seq_key[0],
877
shape=valid_prompt_shape,
0 commit comments