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 12e885a commit 4dc9acfCopy full SHA for 4dc9acf
tests/py/dynamo/conversion/harness.py
@@ -289,7 +289,7 @@ def run_test_compare_tensor_attributes_only(
289
# We replicate this behavior here
290
compilation_settings = CompilationSettings(
291
enabled_precisions={dtype._from(precision)},
292
- truncate_long_and_double=True,
+ truncate_double=True,
293
debug=True,
294
)
295
0 commit comments