https://github.com/tkat0/tvm-playground
https://github.com/tkat0/tvm-playground
tvm
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tkat0/tvm-playground
- Owner: tkat0
- License: mit
- Created: 2019-01-13T13:20:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T08:48:34.000Z (over 2 years ago)
- Last Synced: 2025-02-12T08:40:30.795Z (over 1 year ago)
- Topics: tvm
- Language: Dockerfile
- Size: 9.77 KB
- Stars: 9
- 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