Skip to content
Soumith Chintala edited this page Mar 29, 2017 · 1 revision

Welcome to the vision wiki!

Maintainer notes

Building new wheels / upload to pypi:

# checkout to relevant version branch
python setup.py sdist bdist_wheel
twine upload dist/torchvision-0.1.7-py2.py3-none-any.whl
Clone this wiki locally