Skip to content

Commit dc9fa27

Browse files
authored
Update README.md
1 parent 58e8190 commit dc9fa27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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 as of 0.2.0+ **
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 as of 0.2.0. This will allow cleaner code, more compact emitted code and proper handling of recurrent models.**
44

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

0 commit comments

Comments
 (0)