Skip to content

Commit

Permalink
Turn equal issue mode off for TEST06 (mlcommons#1615)
Browse files Browse the repository at this point in the history
* Turn equal issue mode off for Llama2 TEST06

* Add TEST06 to the output dir
  • Loading branch information
nvzhihanj committed Feb 8, 2024
1 parent 840435a commit 817dd96
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion compliance/nvidia/TEST06/audit.config
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@
*.*.accuracy_log_rng_seed = 720381539243781796
*.*.accuracy_log_sampling_target = 100
*.*.min_query_count = 100
*.*.min_duration = 0
*.*.min_duration = 0
# Turn off equal issue mode for TEST06
*.*.sample_concatenate_permutation = 0
2 changes: 1 addition & 1 deletion compliance/nvidia/TEST06/run_verification.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def main():
output += "TEST06 verification failed\n"

# Output test output to console and folder
output_dir = args.output_dir
output_dir = os.path.join(args.output_dir, "TEST06")
output_accuracy_dir = os.path.join(args.output_dir, "accuracy")

if not os.path.isdir(output_dir):
Expand Down

0 comments on commit 817dd96

Please sign in to comment.