Skip to content

Commit 73d08f0

Browse files
committed
Set default to GPU
1 parent 408b87b commit 73d08f0

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

Advanced-RVC.ipynb

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,14 @@
4949
"\n",
5050
"\n",
5151
"\n",
52-
"!apt-get update\n",
53-
"!apt-get install -qq -y aria2\n",
54-
"clear_output()\n",
52+
"\n",
53+
"\n",
54+
"# ===== Clone Repository ===== #\n",
55+
"\n",
56+
"!git clone -b master https://github.com/ArkanDash/Advanced-RVC-Inference\n",
57+
"\n",
58+
"%cd /content/Advanced-RVC-Inference\n",
59+
"\n",
5560
"\n",
5661
"\n",
5762
"# ===== Downgrade Python to 3.10 ===== #\n",
@@ -61,14 +66,9 @@
6166
"!sudo update-alternatives --set python3 /usr/bin/python3.10\n",
6267
"!curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py\n",
6368
"!python3.10 get-pip.py\n",
64-
"!python3.10 -m pip install --upgrade pip==24.0\n",
6569
"clear_output()\n",
6670
"\n",
67-
"# ===== Clone Repository ===== #\n",
68-
"\n",
69-
"!git clone -b master https://github.com/ArkanDash/Advanced-RVC-Inference\n",
7071
"\n",
71-
"%cd /content/Advanced-RVC-Inference\n",
7272
"\n",
7373
"# ===== Install requirements ===== #\n",
7474
"\n",
@@ -246,8 +246,14 @@
246246
"orig_nbformat": 4,
247247
"colab": {
248248
"provenance": [],
249+
"gpuType": "T4",
249250
"include_colab_link": true
250-
}
251+
},
252+
"kernelspec": {
253+
"name": "python3",
254+
"display_name": "Python 3"
255+
},
256+
"accelerator": "GPU"
251257
},
252258
"nbformat": 4,
253259
"nbformat_minor": 0

0 commit comments

Comments
 (0)