Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
vision
Commits
76b26679
Commit
76b26679
authored
May 21, 2019
by
Francisco Massa
Committed by
Soumith Chintala
May 21, 2019
Browse files
Add note on README about OSX install and PyTorch 1.1 (#939)
parent
9ffeeb5f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
README.rst
README.rst
+4
-0
No files found.
README.rst
View file @
76b26679
...
@@ -19,6 +19,8 @@ The torchvision package consists of popular datasets, model architectures, and c
...
@@ -19,6 +19,8 @@ The torchvision package consists of popular datasets, model architectures, and c
Installation
Installation
============
============
TorchVision requires PyTorch 1.1 or newer.
Anaconda:
Anaconda:
.. code:: bash
.. code:: bash
...
@@ -36,6 +38,8 @@ From source:
...
@@ -36,6 +38,8 @@ From source:
.. code:: bash
.. code:: bash
python setup.py install
python setup.py install
# or, for OSX
# MACOSX_DEPLOYMENT_TARGET=10.9 CC=clang CXX=clang++ python setup.py install
Image Backend
Image Backend
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment