Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mitkotak committed Aug 14, 2024
1 parent 0e95db7 commit 13eccf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ profile:
nsys profile --capture-range=cudaProfilerApi --cuda-graph-trace=node --capture-range-end=stop -o profile -f true python train.py

run:
./build/inference export/model.so
./build/inference ${PWD}/export/model.so

.PHONY: run nsys build clean

7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
## TODO

- [x] Get `torch.export` pipeline working.
- [ ] Train tetris
- [ ] Port `allegro-jax`

- [x] Train tetris
- [x] Get `torch.export` pipeline working
- [] Call mode.so successfully in cpp


0 comments on commit 13eccf2

Please sign in to comment.