-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS] Various sphinx related fix. #5168
Merged
Merged
Changes from 1 commit
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,28 +19,26 @@ | |
|
||
Docker Images | ||
============= | ||
We provide several prebuilt docker images to quickly try out TVM. | ||
These images are also helpful run through TVM demo and tutorials. | ||
You can get the docker images via the following steps. | ||
We provide docker utility scripts to help developers to setup development environment. | ||
They are also helpful run through TVM demo and tutorials. | ||
We need `docker <https://docs.docker.com/engine/installation/>`_ and | ||
`nvidia-docker <https://github.com/NVIDIA/nvidia-docker/>`_ if we want to use cuda. | ||
|
||
First, clone TVM repo to get the auxiliary scripts | ||
First, clone TVM repo or get a binary distribution to get the auxiliary scripts | ||
|
||
.. code:: bash | ||
|
||
git clone --recursive https://github.com/apache/incubator-tvm tvm | ||
|
||
|
||
We can then use the following command to launch a `tvmai/demo-cpu` image. | ||
We can then use the following command to launch a docker image. | ||
|
||
.. code:: bash | ||
|
||
/path/to/tvm/docker/bash.sh tvmai/demo-cpu | ||
|
||
You can also change `demo-cpu` to `demo-gpu` to get a CUDA enabled image. | ||
You can find all the prebuilt images in `<https://hub.docker.com/r/tvmai/>`_ | ||
/path/to/tvm/docker/bash.sh <image-name> | ||
|
||
Here the image-name can be a local docker image name, e.g. `tvm.ci_cpu` after you have done | ||
the local build. Or a pre-built third party images (`tvmai/demo-cpu` or `tvmai/ci-gpu`). | ||
|
||
This auxiliary script does the following things: | ||
|
||
|
@@ -67,7 +65,10 @@ Note that on macOS, because we use bridge network, jupyter notebook will be repo | |
at an URL like ``http://{container_hostname}:8888/?token=...``. You should replace the ``container_hostname`` | ||
with ``localhost`` when pasting it into browser. | ||
|
||
You can find some un-official prebuilt images in `<https://hub.docker.com/r/tvmai/>`_. | ||
Note that these are convenience images are not part of the ASF release. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Seems this sentence needs to be rephrased. |
||
|
||
Docker Source | ||
------------- | ||
Check out `<https://github.com/apache/incubator-tvm/tree/master/docker>`_ if you are interested in | ||
Check out `The docker source <https://github.com/apache/incubator-tvm/tree/master/docker>`_ if you are interested in | ||
building your own docker images. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/images/image