Revert "[schema_upgrader] add C++ upgrader for json based upgrading (#156761)"

This reverts commit 61712e6f2ba58cce354a742d918934ec7293ee43.

Reverted https://github.com/pytorch/pytorch/pull/156761 on behalf of https://github.com/ydwu4 due to break linter test, which doesn't show up in the pr ([comment](https://github.com/pytorch/pytorch/pull/156761#issuecomment-3014918800))
This commit is contained in:
PyTorch MergeBot
2025-06-28 03:58:25 +00:00
parent 0e47312ae5
commit f810480dbe
7 changed files with 1 additions and 777 deletions

View File

@ -894,8 +894,6 @@ libtorch_python_core_sources = [
"torch/csrc/mps/Module.cpp",
"torch/csrc/mtia/Module.cpp",
"torch/csrc/export/pybind.cpp",
"torch/csrc/export/upgrader.cpp",
"torch/csrc/export/example_upgraders.cpp",
"torch/csrc/inductor/aoti_package/pybind.cpp",
"torch/csrc/inductor/aoti_runner/pybind.cpp",
"torch/csrc/inductor/aoti_eager/kernel_holder.cpp",