We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd32169 commit 184ca87Copy full SHA for 184ca87
examples/removing_import_loops_in_pytorch/import_loops.ipynb
@@ -49,7 +49,7 @@
49
"outputs": [],
50
"source": [
51
"codebase = Codebase.from_repo(\"pytorch/pytorch\")\n",
52
- "# codebase = Codebase(\"../../../../code/pytorch\") # uncomment this if you have pytorch cloned locally"
+ "# codebase = Codebase(\"path/to//pytorch\") # uncomment this if you have pytorch cloned locally"
53
]
54
},
55
{
0 commit comments