Compare commits

...

1 Commits

Author SHA1 Message Date
1e05c9ecda disable duck shape 2024-08-17 20:33:19 -07:00

View File

@ -72,7 +72,7 @@ validate_shape_env_version_key = False
symbol_guard_limit_before_specialize: Optional[int] = None
# This flag changes whether we should use the same symbolic variable to represent input sizes that are the same.
use_duck_shape = True
use_duck_shape = False
from torch.utils._config_module import install_config_module