Skip to content

Commit 96aec6a

Browse files
authored
Update config.py (#2224)
Needed for layout: ValueError: Failed to find class QDQLayout in any of the allowed modules: torchao.prototype.quantization, torchao.sparsity.sparse_api, torchao.prototype.mx_formats, torchao.quantization
1 parent 5e5db71 commit 96aec6a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torchao/core/config.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@ def config_to_dict(config: AOBaseConfig) -> Dict[str, Any]:
176176
"torchao.sparsity.sparse_api",
177177
"torchao.prototype.quantization",
178178
"torchao.prototype.mx_formats",
179+
"torchao.dtypes",
179180
}
180181

181182

0 commit comments

Comments
 (0)