Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/api_master.py
Original file line number Diff line number Diff line change
Expand Up @@ -2352,6 +2352,7 @@
"keras.quantizers.Int8QuantizationConfig",
"keras.quantizers.Int4QuantizationConfig",
"keras.quantizers.Float8QuantizationConfig",
"keras.quantizers.AWQConfig",
"keras.quantizers.GPTQConfig",
Comment on lines 2352 to 2356
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better readability and easier maintenance, it would be beneficial to keep this list of quantizer configurations sorted alphabetically.

Suggested change
"keras.quantizers.Int8QuantizationConfig",
"keras.quantizers.Int4QuantizationConfig",
"keras.quantizers.Float8QuantizationConfig",
"keras.quantizers.AWQConfig",
"keras.quantizers.GPTQConfig",
"keras.quantizers.AWQConfig",
"keras.quantizers.Float8QuantizationConfig",
"keras.quantizers.GPTQConfig",
"keras.quantizers.Int4QuantizationConfig",
"keras.quantizers.Int8QuantizationConfig",

],
},
Expand Down
Loading