File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -99,14 +99,15 @@ jobs:
99
99
voicevox_core_asset_prefix : voicevox_core-linux-arm64-cpu
100
100
onnxruntime_url : https://github.com/microsoft/onnxruntime/releases/download/v1.13.1/onnxruntime-linux-aarch64-1.13.1.tgz
101
101
target : linux-cpu-arm64
102
- # Linux NVIDIA GPU
103
- - os : ubuntu-22.04
104
- architecture : " x64"
105
- voicevox_core_asset_prefix : voicevox_core-linux-x64-gpu
106
- onnxruntime_url : https://github.com/microsoft/onnxruntime/releases/download/v1.13.1/onnxruntime-linux-x64-gpu-1.13.1.tgz
107
- cuda_version : " 11.8.0"
108
- cudnn_url : https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-8.9.2.26_cuda11-archive.tar.xz
109
- target : linux-nvidia
102
+ # TODO: 一時的なコメントアウトを戻す
103
+ # # Linux NVIDIA GPU
104
+ # - os: ubuntu-22.04
105
+ # architecture: "x64"
106
+ # voicevox_core_asset_prefix: voicevox_core-linux-x64-gpu
107
+ # onnxruntime_url: https://github.com/microsoft/onnxruntime/releases/download/v1.13.1/onnxruntime-linux-x64-gpu-1.13.1.tgz
108
+ # cuda_version: "11.8.0"
109
+ # cudnn_url: https://developer.download.nvidia.com/compute/cudnn/redist/cudnn/linux-x86_64/cudnn-linux-x86_64-8.9.2.26_cuda11-archive.tar.xz
110
+ # target: linux-nvidia
110
111
111
112
runs-on : ${{ matrix.os }}
112
113
You can’t perform that action at this time.
0 commit comments