Skip to content

Commit

Permalink
chore: fix torch evaluate with default rounding bitwidth
Browse files Browse the repository at this point in the history
  • Loading branch information
jfrery committed Apr 17, 2024
1 parent e8d3a4d commit d7b8d3c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def main(args):
"--rounding_threshold_bits",
nargs="+",
type=int,
default=[None],
default=[6],
help="Number of bits to target with rounding.",
)
parser.add_argument(
Expand Down

0 comments on commit d7b8d3c

Please sign in to comment.