Skip to content

Commit

Permalink
update: clone the right branch (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
CyFeng16 authored May 31, 2020
1 parent 4688e2b commit 03093fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/MVIMP_Waifu2x_ncnn_Vulkan_Demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"source": [
"!ls -l /usr/local/cuda\n",
"!git clone -b waifu2x-ncnn-vulkan https://github.com/CyFeng16/MVIMP.git\n",
"!git clone https://github.com/CyFeng16/MVIMP.git\n",
"\n",
"import os\n",
"os.chdir('/content/MVIMP')\n",
Expand Down

0 comments on commit 03093fa

Please sign in to comment.