Skip to content
Snippets Groups Projects
Commit 430f0c14 authored by Tianqi Chen's avatar Tianqi Chen
Browse files

Update TVM Version and CI scripts (#46)

parent d31f58b3
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
export PYTHONPATH=python:nnvm/python:nnvm/tvm/python:nnvm/tvm/topi/python
export PYTHONPATH=python:tvm/nnvm/python:tvm/python:tvm/topi/python
echo "Running unittest..."
python -m nose -v tests/python/unittest || exit -1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment