Skip to content

Commit 1858309

Browse files
committed
Fix docs issue (apache#59)
1 parent fa36c8f commit 1858309

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

nnvm/docs/how_to/install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ There are several ways to install the package:
4949
export PYTHONPATH=/path/to/nnvm/python:${PYTHONPATH}
5050
```
5151

52-
2. Install tvm python bindings by `setup.py`:
52+
2. Install nnvm python bindings by `setup.py`:
5353

5454
```bash
55-
# install tvm package for the current user
55+
# install nnvm package for the current user
5656
# NOTE: if you installed python via homebrew, --user is not needed during installaiton
5757
# it will be automatically installed to your user directory.
5858
# providing --user flag may trigger error during installation in such case.

nnvm/docs/top.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Core Tensor Operators
22
=====================
33

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

0 commit comments

Comments
 (0)