Skip to content

Commit

Permalink
[DOCS] Fix tutorial (apache#2724)
Browse files Browse the repository at this point in the history
* fix docments

* delete e
  • Loading branch information
imorinaga authored and wweic committed Mar 12, 2019
1 parent a5cb532 commit d759537
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/install/from_source.rst
Expand Up @@ -162,7 +162,7 @@ Python dependencies

.. code:: bash
pip install --user numpy decorator
pip install --user numpy decorator attrs
* If you want to use RPC Tracker

Expand Down
3 changes: 2 additions & 1 deletion tutorials/relay_quick_start.py
@@ -1,7 +1,8 @@
"""
.. _tutorial-relay-quick-start:
Quick Start Tutorial for Compiling Deep Learning Models
======================================================e
======================================================
**Author**: `Yao Wang <https://github.com/kevinthesun>`_, `Truman Tian <https://github.com/SiNZeRo>`_
This example shows how to build a neural network with Relay python frontend and
Expand Down

0 comments on commit d759537

Please sign in to comment.