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
54541033e2
commit
dbbc4f4b48
15
.github/workflows/build_windows_packages.yaml
vendored
15
.github/workflows/build_windows_packages.yaml
vendored
@ -28,14 +28,6 @@ jobs:
|
|||||||
PKG_SUFFIX: ${{ github.event.inputs.suffix }}
|
PKG_SUFFIX: ${{ github.event.inputs.suffix }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
|
||||||
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
|
||||||
@ -44,11 +36,8 @@ jobs:
|
|||||||
method: "network"
|
method: "network"
|
||||||
sub-packages: '["nvcc", "cudart", "visual_studio_integration"]'
|
sub-packages: '["nvcc", "cudart", "visual_studio_integration"]'
|
||||||
|
|
||||||
- name: change directory 2
|
- name: Checkout
|
||||||
shell: pwsh
|
uses: actions/checkout@v4
|
||||||
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