Skip to content

Commit dd76394

Browse files
committed
Updating the version of the notebooks
1 parent eaea9ff commit dd76394

3 files changed

Lines changed: 10 additions & 6 deletions

File tree

assets/Applio.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,12 +82,13 @@
8282
"\n",
8383
"%cd /content\n",
8484
"!git config --global advice.detachedHead false\n",
85-
"!git clone {decoded_url} --branch 3.4.0 --single-branch\n",
85+
"!git clone {decoded_url} --branch 3.5.0 --single-branch\n",
8686
"%cd {repo_name}\n",
8787
"clear_output()\n",
8888
"\n",
8989
"# Install older python\n",
90-
"!apt install python3.11 python3.11-distutils\n",
90+
"!apt update -y\n",
91+
"!apt install -y python3.11 python3.11-distutils python3.11-dev portaudio19-dev\n",
9192
"!update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 2\n",
9293
"!update-alternatives --set python3 /usr/bin/python3.11\n",
9394
"from sys import path\n",

assets/Applio_Kaggle.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,13 @@
5353
"findme = rot_47(codecs.decode(\"pbbxa://oqbpcj.kwu/Dqlitvb/qurwg-mtnqvlmz.oqb\", \"rot_13\"))\n",
5454
"uioawhd = rot_47(codecs.decode(\"pbbxa://oqbpcj.kwu/QIPqaxivw/Ixxtqw.oqb\", \"rot_13\"))\n",
5555
"!pip install uv\n",
56-
"!git clone --depth 1 $uioawhd $new_name --branch 3.4.0\n",
56+
"!git clone --depth 1 $uioawhd $new_name --branch 3.5.0\n",
5757
"clear_output()\n",
5858
"!mkdir -p /kaggle/tmp\n",
5959
"%cd /kaggle/tmp\n",
60-
"!uv pip install -q -r /kaggle/working/program_ml/requirements.txt --extra-index-url https://download.pytorch.org/whl/cu128 --index-strategy unsafe-best-match\n",
60+
"!apt update -y\n",
61+
"!apt install -y python3.10-dev portaudio19-dev\n",
62+
"!uv pip install -q -r /kaggle/working/program_ml/requirements.txt --extra-index-url https://download.pytorch.org/whl/cu128 --index-strategy unsafe-best-match --system\n",
6163
"%cd /kaggle/working/program_ml\n",
6264
"!python core.py \"prerequisites\" --models \"True\" --exe \"True\" --pretraineds_hifigan \"True\" > /dev/null 2>&1\n",
6365
"!sudo curl -fsSL https://raw.githubusercontent.com/filebrowser/get/master/get.sh | sudo bash\n",

assets/Applio_NoUI.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,12 @@
8484
"\n",
8585
"%cd /content\n",
8686
"!git config --global advice.detachedHead false\n",
87-
"!git clone https://github.com/IAHispano/Applio --branch 3.4.0 --single-branch\n",
87+
"!git clone https://github.com/IAHispano/Applio --branch 3.5.0 --single-branch\n",
8888
"%cd /content/Applio\n",
8989
"\n",
9090
"# Install older python\n",
91-
"!apt install python3.11 python3.11-distutils\n",
91+
"!apt update -y\n",
92+
"!apt install -y python3.11 python3.11-distutils python3.11-dev portaudio19-dev\n",
9293
"!update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.11 2\n",
9394
"!update-alternatives --set python3 /usr/bin/python3.11\n",
9495
"from sys import path\n",

0 commit comments

Comments
 (0)