Skip to content

Commit

Permalink
Update text_to_image.py args default value (#940)
Browse files Browse the repository at this point in the history
  • Loading branch information
lixiang007666 authored Jun 7, 2024
1 parent 1883402 commit a5d0a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarks/text_to_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def parse_args():
parser.add_argument(
"--run_multiple_resolutions",
type=(lambda x: str(x).lower() in ["true", "1", "yes"]),
default=True,
default=False,
)
parser.add_argument("--quantize", action="store_true")
parser.add_argument(
Expand Down

0 comments on commit a5d0a78

Please sign in to comment.