Skip to content

Commit

Permalink
Fix docs issue (apache#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
tqchen authored and sergei-mironov committed Aug 8, 2018
1 parent f8a3051 commit 2df3561
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nnvm/docs/how_to/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ There are several ways to install the package:
export PYTHONPATH=/path/to/nnvm/python:${PYTHONPATH}
```

2. Install tvm python bindings by `setup.py`:
2. Install nnvm python bindings by `setup.py`:

```bash
# install tvm package for the current user
# install nnvm package for the current user
# NOTE: if you installed python via homebrew, --user is not needed during installaiton
# it will be automatically installed to your user directory.
# providing --user flag may trigger error during installation in such case.
Expand Down
2 changes: 1 addition & 1 deletion nnvm/docs/top.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Core Tensor Operators
=====================

This page contains the list of core tensor operator primitives re-defined in NNVM.
This page contains the list of core tensor operator primitives pre-defined in NNVM.
The core tensor operator primitives(``nnvm.top``) covers typical workloads in deep learning.
They can represent workloads in front-end frameworks, and provide basic building blocks for optimization.
Since deep learning is a fast evolving field and it is that possible to have operators that are not in here.
Expand Down

0 comments on commit 2df3561

Please sign in to comment.