Skip to content

Commit 9de1575

Browse files
committed
update readme
1 parent 92016cd commit 9de1575

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.ipynb_checkpoints
2+
*~

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ PyTorch Tutorials
44
1. [Introduction to PyTorch for former Torchies](Introduction to PyTorch for former Torchies.ipynb)
55
- A perfect introduction to PyTorch's torch, autograd, nn and optim APIs for the former Torch user
66
2. Custom C extensions
7-
- Write your own C code that interfaces into PyTorch
7+
- [Write your own C code that interfaces into PyTorch via FFI](Creating%20Extensions%20using%20FFI.md)

0 commit comments

Comments
 (0)