Skip to content

Commit b1a501a

Browse files
fix example run
1 parent 8612fa5 commit b1a501a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/nested_vmap_grad.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
demonstration of vmap + grad like API
33
"""
44

5-
import os
5+
import sys
66

77
sys.path.insert(0, "../")
88

0 commit comments

Comments
 (0)