Skip to content

Commit ec8b0e8

Browse files
committed
remove wrong freezing attribute
1 parent 3cd8bbf commit ec8b0e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

backends/cuda/cuda_backend.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ def preprocess(
152152
# Separate weight constants from the .so file
153153
"aot_inductor.package": True,
154154
"aot_inductor.package_constants_in_so": False,
155-
"aot_inductor.freezing": True,
156155
# Store weight constants on disk in a binary blob
157156
"aot_inductor.package_constants_on_disk_format": "binary_blob",
158157
# Enable maximum automatic tuning for optimal performance

0 commit comments

Comments
 (0)