diff --git a/userbenchmark/dynamo/dynamobench/_dynamo/utils.py b/userbenchmark/dynamo/dynamobench/_dynamo/utils.py index 88b33fa28c..7d9d27eab6 100644 --- a/userbenchmark/dynamo/dynamobench/_dynamo/utils.py +++ b/userbenchmark/dynamo/dynamobench/_dynamo/utils.py @@ -1360,7 +1360,7 @@ def get_fake_value(node, tx): op = node.op - # FX Node should always return the same value + # FX Node should always return the same fake value if "example_value" in node.meta and is_fake(node.meta["example_value"]): return node.meta["example_value"]