Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tkat0/tvm-playground
https://github.com/tkat0/tvm-playground
tvm
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tkat0/tvm-playground
- Owner: tkat0
- License: mit
- Created: 2019-01-13T13:20:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:48:34.000Z (11 months ago)
- Last Synced: 2024-10-10T19:09:07.176Z (about 1 month ago)
- Topics: tvm
- Language: Dockerfile
- Size: 9.77 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tvm-playground
## requirements
- virtualbox
- vagrant```bash
$ vagrant plugin install vagrant-disksize
```## setup environment
```bash
$ varant up
$ vagrant ssh
``````bash
# bind ./:/work
$ cd /work
# build Docker Image and create container
$ docker-compose up -d dev
# login to container
$ docker-compose exec dev bash
# build tvm
$ make tvm
``````bash
$ python3
>>> import tvm
>>> import topi
>>> import nnvm
``````bash
$ make jupyter
#=> 192.168.33.10:8888 (private network)
```## TODO
- Vagrant
- [ ] network setting for RPC
- [ ] add sample notebook
- [ ] PyCharm debug configurations