Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
ydshieh committed Dec 19, 2024
1 parent 7d2ea4d commit 8794e50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/pr_slow_ci_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def check_model_names(model_name: str):
if __name__ == "__main__":
parser = argparse.ArgumentParser()
parser.add_argument("--message", type=str, default="", help="The content of a comment.")
parser.add_argument("--quantization", action='store_true', help="If we collect quantization tests")
parser.add_argument("--quantization", action="store_true", help="If we collect quantization tests")
args = parser.parse_args()

new_model = get_new_model()
Expand Down

0 comments on commit 8794e50

Please sign in to comment.