mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-04 05:00:01 +08:00
.
This commit is contained in:
parent
1059fc3858
commit
54541033e2
10
.github/workflows/build_windows_packages.yaml
vendored
10
.github/workflows/build_windows_packages.yaml
vendored
@ -31,6 +31,11 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
|
- name: change directory 1
|
||||||
|
shell: pwsh
|
||||||
|
run: |
|
||||||
|
cd ..
|
||||||
|
|
||||||
- name: Install Windows CUDA 12.9
|
- name: Install Windows CUDA 12.9
|
||||||
uses: Jimver/cuda-toolkit@v0.2.24
|
uses: Jimver/cuda-toolkit@v0.2.24
|
||||||
id: cuda-toolkit-win-129
|
id: cuda-toolkit-win-129
|
||||||
@ -39,6 +44,11 @@ jobs:
|
|||||||
method: "network"
|
method: "network"
|
||||||
sub-packages: '["nvcc", "cudart", "visual_studio_integration"]'
|
sub-packages: '["nvcc", "cudart", "visual_studio_integration"]'
|
||||||
|
|
||||||
|
- name: change directory 2
|
||||||
|
shell: pwsh
|
||||||
|
run: |
|
||||||
|
cd GPT-SoVITS
|
||||||
|
|
||||||
- name: Run Build and Upload Script
|
- name: Run Build and Upload Script
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user