Skip to content

Commit

Permalink
Small fix to enable gen_external_params.py script to not quantize (no…
Browse files Browse the repository at this point in the history
  • Loading branch information
IanNod authored Dec 13, 2023
1 parent d5ae81a commit 10c8ed1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"--quantization",
type=str,
default="int4",
choices=["int4", "int8"],
choices=["unquantized", "int4", "int8"],
help="Type of quantization to apply.",
)
parser.add_argument(
Expand Down

0 comments on commit 10c8ed1

Please sign in to comment.