Skip to content

Commit

Permalink
Fix (examples/SD): typo fix in cmd line arguments.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfraser committed Jun 21, 2024
1 parent 0c12bbc commit a09a4b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/brevitas_examples/stable_diffusion/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -760,9 +760,9 @@ def input_zp_stats_type():
help='Use OCP format for float quantization. Default: True')
add_bool_arg(
parser,
'use-nfuz',
'use-fnuz',
default=True,
help='Use NFUZ format for float quantization. Default: True')
help='Use FNUZ format for float quantization. Default: True')
add_bool_arg(
parser,
'use-negative-prompts',
Expand Down

0 comments on commit a09a4b2

Please sign in to comment.