Remove caffe2 from more build files (#125898)

Co-authored-by: Aaron Gokaslan <aaronGokaslan@gmail.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/125898
Approved by: https://github.com/Skylion007
This commit is contained in:
Richard Barnes
2024-05-13 18:37:54 +00:00
committed by PyTorch MergeBot
parent b620231378
commit b9e7b35912
70 changed files with 36 additions and 5361 deletions

View File

@ -379,7 +379,7 @@ You can also pass the `CMAKE_VARS="..."` environment variable to specify additio
See [setup.py](./setup.py) for the list of available variables.
```bash
CMAKE_VARS="BUILD_CAFFE2=ON BUILD_CAFFE2_OPS=ON" make -f docker.Makefile
make -f docker.Makefile
```
### Building the Documentation