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 5292128 commit 17be9a7Copy full SHA for 17be9a7
aiu_fms_testing_utils/utils/aiu_setup.py
@@ -103,7 +103,6 @@ def set_aiu_env_vars(args: argparse.Namespace) -> None:
103
)
104
105
torch._dynamo.config.assume_static_by_default = True
106
- torch._dynamo.config.dynamic_shapes = False
107
torch._dynamo.config.automatic_dynamic_shapes = False
108
109
# os.environ.setdefault("DTCOMPILER_KEEP_EXPORT", "true") # CONFIRM IF THIS IS NEEDE
0 commit comments