File tree 4 files changed +14
-0
lines changed
4 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 32
32
pip install --extra-index-url https://pypi.artrajz.cn/simple -r requirements.txt
33
33
shell : cmd
34
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
41
+
35
42
- name : Copy python environment
36
43
run : |
37
44
XCOPY C:\programs\miniconda3\envs\py310 py310\ /E /Y /F
Original file line number Diff line number Diff line change 31
31
pip install --no-cache-dir torch==2.2.1+cu118 --extra-index-url https://download.pytorch.org/whl/cu118
32
32
pip install --extra-index-url https://pypi.artrajz.cn/simple -r requirements.txt
33
33
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
34
41
35
42
- name : Copy python environment
36
43
run : |
You can’t perform that action at this time.
0 commit comments