File tree Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Expand file tree Collapse file tree 2 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 74
74
75
75
## Changelog
76
76
77
+ Mar 17:
78
+ * Upgrade Google Colab to PyTorch 2.6.0, add Conda to downgrade Python to 3.10
79
+
80
+ ## February 2025
81
+
77
82
Feb 15:
78
83
* Fix Stable Audio to match the new version
79
84
Original file line number Diff line number Diff line change 1
1
{
2
2
"cells" : [
3
+ {
4
+ "cell_type" : " code" ,
5
+ "execution_count" : null ,
6
+ "id" : " f28d6e31" ,
7
+ "metadata" : {},
8
+ "outputs" : [],
9
+ "source" : [
10
+ " !wget -O mini.sh https://repo.anaconda.com/miniconda/Miniconda3-py310_22.11.1-1-Linux-x86_64.sh\n " ,
11
+ " !chmod +x mini.sh\n " ,
12
+ " !bash ./mini.sh -b -f -p /usr/local\n " ,
13
+ " !conda install -q -y jupyter\n " ,
14
+ " !conda install -q -y google-colab -c conda-forge\n " ,
15
+ " !python -m ipykernel install --name \" py310\" --user"
16
+ ]
17
+ },
3
18
{
4
19
"cell_type" : " code" ,
5
20
"execution_count" : null ,
19
34
" os.chdir(\" ./tts-generation-webui\" )"
20
35
]
21
36
},
37
+ {
38
+ "cell_type" : " code" ,
39
+ "execution_count" : null ,
40
+ "id" : " bcdf55a3" ,
41
+ "metadata" : {},
42
+ "outputs" : [],
43
+ "source" : [
44
+ " !pip install -U torch==2.6.0 torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu126 xformers==0.0.29.post3 --extra-index-url https://download.pytorch.org/whl/cu126 -r requirements.txt -r requirements_bark_hubert_quantizer.txt -r requirements_rvc.txt -r requirements_audiocraft.txt -r requirements_styletts2.txt -r requirements_vall_e.txt -r requirements_maha_tts.txt -r requirements_stable_audio.txt hydra-core==1.3.2 nvidia-ml-py"
45
+ ]
46
+ },
22
47
{
23
48
"cell_type" : " code" ,
24
49
"execution_count" : null ,
You can’t perform that action at this time.
0 commit comments