File tree Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change 49
49
" \n " ,
50
50
" \n " ,
51
51
" \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 " ,
55
60
" \n " ,
56
61
" \n " ,
57
62
" # ===== Downgrade Python to 3.10 ===== #\n " ,
61
66
" !sudo update-alternatives --set python3 /usr/bin/python3.10\n " ,
62
67
" !curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py\n " ,
63
68
" !python3.10 get-pip.py\n " ,
64
- " !python3.10 -m pip install --upgrade pip==24.0\n " ,
65
69
" clear_output()\n " ,
66
70
" \n " ,
67
- " # ===== Clone Repository ===== #\n " ,
68
- " \n " ,
69
- " !git clone -b master https://github.com/ArkanDash/Advanced-RVC-Inference\n " ,
70
71
" \n " ,
71
- " %cd /content/Advanced-RVC-Inference\n " ,
72
72
" \n " ,
73
73
" # ===== Install requirements ===== #\n " ,
74
74
" \n " ,
246
246
"orig_nbformat" : 4 ,
247
247
"colab" : {
248
248
"provenance" : [],
249
+ "gpuType" : " T4" ,
249
250
"include_colab_link" : true
250
- }
251
+ },
252
+ "kernelspec" : {
253
+ "name" : " python3" ,
254
+ "display_name" : " Python 3"
255
+ },
256
+ "accelerator" : " GPU"
251
257
},
252
258
"nbformat" : 4 ,
253
259
"nbformat_minor" : 0
You can’t perform that action at this time.
0 commit comments