mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
This reverts commit 404008e3efdabeaf5b140a3aff77131461c33a0a.
Reverted https://github.com/pytorch/pytorch/pull/155998 on behalf of https://github.com/malfet due to Broke inductor_cpp, wrapper see e472daa809/1
([comment](https://github.com/pytorch/pytorch/pull/155998#issuecomment-3032915058))
32 lines
827 B
Plaintext
32 lines
827 B
Plaintext
include MANIFEST.in
|
|
include CMakeLists.txt
|
|
include CITATION.cff
|
|
include LICENSE
|
|
include NOTICE
|
|
include .gitmodules
|
|
include build_variables.bzl
|
|
include mypy.ini
|
|
include requirements.txt
|
|
include ufunc_defs.bzl
|
|
include version.txt
|
|
recursive-include android *.*
|
|
recursive-include aten *.*
|
|
recursive-include binaries *.*
|
|
recursive-include c10 *.*
|
|
recursive-include caffe2 *.*
|
|
recursive-include cmake *.*
|
|
recursive-include torch *.*
|
|
recursive-include tools *.*
|
|
recursive-include test *.*
|
|
recursive-include docs *.*
|
|
recursive-include ios *.*
|
|
recursive-include third_party *
|
|
recursive-include test *.*
|
|
recursive-include benchmarks *.*
|
|
recursive-include scripts *.*
|
|
recursive-include mypy_plugins *.*
|
|
recursive-include modules *.*
|
|
recursive-include functorch *.*
|
|
prune */__pycache__
|
|
global-exclude *.o *.so *.dylib *.a .git *.pyc *.swp
|