Skip to content

Commit

Permalink
Fix warning in the submission checker (#1808)
Browse files Browse the repository at this point in the history
Co-authored-by: Miro <[email protected]>
Co-authored-by: Arjun Suresh <[email protected]>
  • Loading branch information
3 people authored Oct 1, 2024
1 parent 224cfbf commit 92bd819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/submission/submission_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -1256,7 +1256,7 @@ def check_performance_dir(
log.error(
"%s Required minimum samples per query not met by user config, Expected=%s, Found=%s",
fname,
OFFLINE_MIN_SPQ,
OFFLINE_MIN_SPQ_SINCE_V4[model],
samples_per_query,
)
is_valid = False
Expand Down

0 comments on commit 92bd819

Please sign in to comment.