Skip to content

Commit d2028bb

Browse files
committed
Update README.md
1 parent 9c83d41 commit d2028bb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@ Caveats:
1010
* I'm developing on macOS and Python 3.5 at the moment
1111
* PyTorch2c currently supports PyTorch version 0.1.10
1212

13-
**NOTE: autograd is currently being refactored in PyTorch. Work on this project will resume as soon as things settle down.**
13+
**NOTE: autograd is currently being refactored in PyTorch: this project is of limited utility until the autograd branch in PyTorch is merged**
1414

1515
## TODO
1616

1717
* [x] Solve storage serialization issues
1818
* [ ] Complete testing infrastructure (generate a number of input-output pairs)
1919
* [x] Generate CMakeLists.txt as part of output for tests
20-
* [ ] Implement wrappers for the complete API (big one)
20+
* [-] Implement wrappers for the complete API (in progress)
2121

2222
## Trying things out
2323

@@ -28,8 +28,9 @@ sh scripts/build_deps.sh
2828
```
2929
Now you can execute tests with `sh scripts/run_test.sh [test-name]`, where `test-name` is the name of the corresponding Python script in the `test` directory, e.g.
3030
```
31+
sh scripts/run_test.sh base
3132
sh scripts/run_test.sh feedforward
32-
sh scripts/run_test.sh mnist
33+
sh scripts/run_test.sh mnist # currently broken due to PyTorch being in flux (issue with ConvNdBackward not being inspectable)
3334
```
3435
Tests return `1` if the value of the output tensor from the compiled code matches the value of the output tensor computed from PyTorch while compiling.
3536

0 commit comments

Comments
 (0)