Skip to content

Commit

Permalink
make it known that activations cannot be quantised yet
Browse files Browse the repository at this point in the history
  • Loading branch information
bghira committed Oct 1, 2024
1 parent 4c2fa54 commit 262bfbc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions helpers/configuration/cmd_args.py
Original file line number Diff line number Diff line change
Expand Up @@ -1557,8 +1557,7 @@ def get_argument_parser():
"--quantize_activations",
action="store_true",
help=(
"(EXPERIMENTAL) Quantising activations can help (theoretically) achieve higher throughput during training"
" by reducing the number of dtype mutations. By default, we only quantise weights."
"(EXPERIMENTAL) This option is currently unsupported, and exists solely for development purposes."
),
)
parser.add_argument(
Expand Down

0 comments on commit 262bfbc

Please sign in to comment.