We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50ec9a6 commit 1b6630eCopy full SHA for 1b6630e
CONTRIBUTING.md
@@ -75,8 +75,11 @@ using either VS Code or a local container:
75
TorchVision, and PyTorch/XLA:
76
77
```bash
78
- cd pytorch
+ # Uninstall any existing torch torch-xla torchvision installation
79
+ # Run multiple times if needed
80
+ pip uninstall torch torch-xla torchvision libtpu-nightly
81
# pytorch/xla requires pytorch wheel to be presented under pytorch/dist
82
+ cd pytorch
83
python setup.py bdist_wheel
84
python setup.py install
85
cd ../vision
0 commit comments