Skip to content

Commit 7bbe8f6

Browse files
authored
Update README.md
1 parent 0b6b6b4 commit 7bbe8f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# pytorch2c
22

3-
**NOTE: this project is currently under being reworked; instead of graph traversal, it will be based on the new tracing functionality being implemented in PyTorch after 0.2.0. This will allow cleaner code, more compact emitted code and proper handling of recurrent models.**
3+
**NOTE: PyTorch is evolving rapidly. With the advent of tracing during execution and the upcoming GraphExecutor in ATen, that will be the way to run computation graphs in C++.**
4+
5+
~~**NOTE: this project is currently under being reworked; instead of graph traversal, it will be based on the new tracing functionality being implemented in PyTorch after 0.2.0. This will allow cleaner code, more compact emitted code and proper handling of recurrent models. **~~
46

57
A Python module for compiling (static) [PyTorch](http://pytorch.org) graphs to C (relying on TH and THNN).
68

0 commit comments

Comments
 (0)