Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
tianweidut committed Feb 15, 2023
1 parent 74aa387 commit 2a0381b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions example/notebooks/quickstart-standalone.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@
"%%bash\n",
"\n",
"#git clone https://github.com/star-whale/starwhale.git\n",
"git clone https://github.com/tianweidut/starwhale\n",
"git clone https://github.com/tianweidut/starwhale.git\n",
"cd starwhale\n",
"git checkout doc/standalone-jupyter"
]
},
Expand Down Expand Up @@ -98,8 +99,8 @@
"outputs": [],
"source": [
"%%bash\n",
"\n",
"swcli runtime build example/runtime/pytorch"
"cd starwhale/example/runtime/pytorch\n",
"swcli runtime build ."
]
},
{
Expand Down

0 comments on commit 2a0381b

Please sign in to comment.