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 b14b1d8 commit dd32169Copy full SHA for dd32169
examples/removing_import_loops_in_pytorch/import_loops.ipynb
@@ -48,8 +48,8 @@
48
"metadata": {},
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.from_repo(\"pytorch/pytorch\")\n",
+ "# codebase = Codebase(\"../../../../code/pytorch\") # uncomment this if you have pytorch cloned locally"
53
]
54
},
55
{
0 commit comments