Skip to content

Commit a2fce72

Browse files
committed
Pre download nltk data
1 parent 6c619cc commit a2fce72

File tree

4 files changed

+14
-0
lines changed

4 files changed

+14
-0
lines changed

.github/workflows/build-windows-cpu.yml

+7
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,13 @@ jobs:
3232
pip install --extra-index-url https://pypi.artrajz.cn/simple -r requirements.txt
3333
shell: cmd
3434

35+
- name: Pre download nltk data
36+
run: |
37+
curl -L -o nltk_data.zip https://github.com/Artrajz/archived/raw/main/nltk/nltk_data.zip
38+
7z x -oC:\Programs\Miniconda3\envs\py310 nltk_data.zip
39+
del nltk_data.zip
40+
shell: cmd
41+
3542
- name: Copy python environment
3643
run: |
3744
XCOPY C:\programs\miniconda3\envs\py310 py310\ /E /Y /F

.github/workflows/build-windows-gpu.yml

+7
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,13 @@ jobs:
3131
pip install --no-cache-dir torch==2.2.1+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
3232
pip install --extra-index-url https://pypi.artrajz.cn/simple -r requirements.txt
3333
shell: cmd
34+
35+
- name: Pre download nltk data
36+
run: |
37+
curl -L -o nltk_data.zip https://github.com/Artrajz/archived/raw/main/nltk/nltk_data.zip
38+
7z x -oC:\Programs\Miniconda3\envs\py310 nltk_data.zip
39+
del nltk_data.zip
40+
shell: cmd
3441

3542
- name: Copy python environment
3643
run: |

data/hubert/hubert_soft/.gitkeep

Whitespace-only changes.

data/reference_audio/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)