Skip to content

Commit

Permalink
Add float8_static_activation_float8_weight to user-facing API (#994)
Browse files Browse the repository at this point in the history
  • Loading branch information
jainapurva authored Oct 2, 2024
1 parent e919558 commit 09b8b3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions torchao/quantization/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,11 @@
"int4_weight_only",
"int8_weight_only",
"uintx_weight_only",
"float8_weight_only",
"fpx_weight_only",
"LinearActivationQuantizedTensor",
"to_linear_activation_quantized",
"to_weight_tensor_with_linear_activation_scale_metadata",
"float8_weight_only",
"float8_dynamic_activation_float8_weight"
"float8_dynamic_activation_float8_weight",
"float8_static_activation_float8_weight"
]
1 change: 1 addition & 0 deletions torchao/quantization/quant_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
"uintx_weight_only",
"fpx_weight_only",
"float8_dynamic_activation_float8_weight",
"float8_static_activation_float8_weight",
]

from .GPTQ import (
Expand Down

0 comments on commit 09b8b3c

Please sign in to comment.