Skip to content

Commit

Permalink
Enable TEST01 for text_to_image (agreed for after v4.0).
Browse files Browse the repository at this point in the history
  • Loading branch information
psyhtest committed Jun 23, 2024
1 parent a247fa1 commit 7367028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submitter/code_axs.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def list_experiment_entries( power, sut_name, sut_system_type, task, division, e
"object_detection": [ 'TEST01', 'TEST05' ],
"bert": [ 'TEST01', 'TEST05' ],
"gptj": [ ],
"text_to_image": [ ],
"text_to_image": [ 'TEST01' ],
"llm": [ 'TEST06' ]
}[task]

Expand Down

0 comments on commit 7367028

Please sign in to comment.