Add conv3d to memory management excluded modules

This commit is contained in:
Jaret Burkett
2025-10-15 10:12:06 -06:00
parent 91b87e06a1
commit 7abf5e20be

View File

@@ -28,6 +28,7 @@ UNMANAGED_MODULES = [
"LSTM", "LSTM",
"GRU", "GRU",
"RNN", "RNN",
"Conv3d"
] ]
UNMANAGED_MODULES_INCLUDES = ["RotaryEmbedding", "Norm"] UNMANAGED_MODULES_INCLUDES = ["RotaryEmbedding", "Norm"]