We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cd8bbf commit ec8b0e8Copy full SHA for ec8b0e8
backends/cuda/cuda_backend.py
@@ -152,7 +152,6 @@ def preprocess(
152
# Separate weight constants from the .so file
153
"aot_inductor.package": True,
154
"aot_inductor.package_constants_in_so": False,
155
- "aot_inductor.freezing": True,
156
# Store weight constants on disk in a binary blob
157
"aot_inductor.package_constants_on_disk_format": "binary_blob",
158
# Enable maximum automatic tuning for optimal performance
0 commit comments