Fix dynamo failure (#121167)
Summary: Title
Test Plan: CI
Differential Revision: D54509198
Pull Request resolved: https://github.com/pytorch/pytorch/pull/121167
Approved by: https://github.com/izaitsevfb
diff --git a/torch/_dynamo/trace_rules.py b/torch/_dynamo/trace_rules.py
index 49080d3..5c6ad0b 100644
--- a/torch/_dynamo/trace_rules.py
+++ b/torch/_dynamo/trace_rules.py
@@ -2213,7 +2213,6 @@
"torch._higher_order_ops.out_dtype.out_dtype_fake_tensor_mode",
"torch._higher_order_ops.out_dtype.out_dtype_fallback",
"torch._higher_order_ops.out_dtype.out_dtype_func",
- "torch._higher_order_ops.out_dtype.out_dtype_predispatch",
"torch._higher_order_ops.out_dtype.out_dtype_proxy",
"torch._higher_order_ops.out_dtype.trace_out_dtype",
"torch._higher_order_ops.utils.autograd_not_implemented_inner",