Skip to content

Commit 5f0049b

Browse files
authored
Fix typos in URL (#2905)
1 parent 79d7e13 commit 5f0049b

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

scripts/nemo/GigaAM/run-ctc-v2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function install_gigaam() {
1717

1818
function download_files() {
1919
curl -SL -O https://huggingface.co/csukuangfj/tmp-files/resolve/main/GigaAM/example.wav
20-
curl -SL -O https://github.com/salute-developers/GigaAM/blob/main/LICENSE
20+
curl -SL -O https://raw.githubusercontent.com/salute-developers/GigaAM/main/LICENSE
2121
}
2222

2323
install_gigaam

scripts/nemo/GigaAM/run-ctc-v3-punct.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function install_gigaam() {
1717

1818
function download_files() {
1919
curl -SL -O https://huggingface.co/csukuangfj/tmp-files/resolve/main/GigaAM/example.wav
20-
curl -SL -O https://github.com/salute-developers/GigaAM/blob/main/LICENSE
20+
curl -SL -O https://raw.githubusercontent.com/salute-developers/GigaAM/main/LICENSE
2121
}
2222

2323
install_gigaam

scripts/nemo/GigaAM/run-ctc-v3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function install_gigaam() {
1717

1818
function download_files() {
1919
curl -SL -O https://huggingface.co/csukuangfj/tmp-files/resolve/main/GigaAM/example.wav
20-
curl -SL -O https://github.com/salute-developers/GigaAM/blob/main/LICENSE
20+
curl -SL -O https://raw.githubusercontent.com/salute-developers/GigaAM/main/LICENSE
2121
}
2222

2323
install_gigaam

scripts/nemo/GigaAM/run-rnnt-v2.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function install_gigaam() {
1818

1919
function download_files() {
2020
curl -SL -O https://huggingface.co/csukuangfj/tmp-files/resolve/main/GigaAM/example.wav
21-
curl -SL -O https://github.com/salute-developers/GigaAM/blob/main/LICENSE
21+
curl -SL -O https://raw.githubusercontent.com/salute-developers/GigaAM/main/LICENSE
2222
}
2323

2424
install_gigaam

scripts/nemo/GigaAM/run-rnnt-v3-punct.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function install_gigaam() {
1818

1919
function download_files() {
2020
curl -SL -O https://huggingface.co/csukuangfj/tmp-files/resolve/main/GigaAM/example.wav
21-
curl -SL -O https://github.com/salute-developers/GigaAM/blob/main/LICENSE
21+
curl -SL -O https://raw.githubusercontent.com/salute-developers/GigaAM/main/LICENSE
2222
}
2323

2424
install_gigaam

scripts/nemo/GigaAM/run-rnnt-v3.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function install_gigaam() {
1818

1919
function download_files() {
2020
curl -SL -O https://huggingface.co/csukuangfj/tmp-files/resolve/main/GigaAM/example.wav
21-
curl -SL -O https://github.com/salute-developers/GigaAM/blob/main/LICENSE
21+
curl -SL -O https://raw.githubusercontent.com/salute-developers/GigaAM/main/LICENSE
2222
}
2323

2424
install_gigaam

0 commit comments

Comments
 (0)