Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tic
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wenyuanbo
tic
Commits
8a5b6c21
Commit
8a5b6c21
authored
May 04, 2017
by
Tianqi Chen
Committed by
GitHub
May 04, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DOC] Doc redirection (#119)
* [DOC] Doc redirection * fix setup url
parent
8f81b355
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
README.md
+1
-2
docs/how_to/install.md
+1
-1
python/setup.py
+1
-1
No files found.
README.md
View file @
8a5b6c21
[
![Build Status
](
https://travis-ci.com/tqchen/tvm.svg?token=ZQpnpAReT4LHdjWAX8jR&branch=master
)
](https://travis-ci.com/tqchen/tvm)
[
![GitHub license
](
http://dmlc.github.io/img/apache2.svg
)
](./LICENSE)
[
![Build Status
](
https://travis-ci.com/tqchen/tvm.svg?token=ZQpnpAReT4LHdjWAX8jR&branch=master
)
](https://travis-ci.com/dmlc/tvm)
[
Installation
](
docs/how_to/install.md
)
|
[
Documentation
](
docs
)
|
...
...
docs/how_to/install.md
View file @
8a5b6c21
...
...
@@ -8,7 +8,7 @@ scratch on various systems. It consists of two steps:
To get started, clone tvm repo from github. It is important to clone the submodules along, with
```--recursive```
option.
```
bash
git clone
--recursive
ssh://git@github.com/
tqchen
/tvm
git clone
--recursive
ssh://git@github.com/
dmlc
/tvm
```
For windows users who use github tools, you can open the git shell, and type the following command.
```
bash
...
...
python/setup.py
View file @
8a5b6c21
...
...
@@ -75,5 +75,5 @@ setuptools.setup(
'tvm._ffi._cy2'
,
'tvm._ffi._cy3'
],
data_files
=
[(
'tvm'
,
[
LIB_PATH
[
0
]])],
url
=
'https://github.com/
tqchen
/tvm'
,
url
=
'https://github.com/
dmlc
/tvm'
,
ext_modules
=
config_cython
())
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