Skip to content

Commit

Permalink
Remove compliance for gptj (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
pgmpablo157321 authored Aug 15, 2023
1 parent 62a1fea commit 80568f0
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 @@ -2767,7 +2767,7 @@ def log_result(
model_name,
scenario,
)
if not os.path.exists(compliance_dir):
if not os.path.exists(compliance_dir) and "gptj" not in model_name:
log.error("no compliance dir for %s", name)
results[name] = None
else:
Expand Down

0 comments on commit 80568f0

Please sign in to comment.