From 750bc71c62cb39257195f1bd70a9ee112f1981b1 Mon Sep 17 00:00:00 2001 From: santosssaja <157942514+santosssaja@users.noreply.github.com> Date: Thu, 5 Jun 2025 17:40:41 +0700 Subject: [PATCH 1/3] Update build.yml fix RTX3050 --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a16e692ec..85eaea9b7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -163,7 +163,7 @@ jobs: - build: "avx512" defines: "-DGGML_NATIVE=OFF -DGGML_AVX512=ON -DGGML_AVX=ON -DGGML_AVX2=ON -DSD_BUILD_SHARED_LIBS=ON" - build: "cuda12" - defines: "-DSD_CUDA=ON -DSD_BUILD_SHARED_LIBS=ON -DCMAKE_CUDA_ARCHITECTURES=90;89;80;75" + defines: "-DSD_CUDA=ON -DSD_BUILD_SHARED_LIBS=ON -DCMAKE_CUDA_ARCHITECTURES=90;89;86;80;75" # - build: "rocm5.5" # defines: '-G Ninja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ -DSD_HIPBLAS=ON -DCMAKE_BUILD_TYPE=Release -DAMDGPU_TARGETS="gfx1100;gfx1102;gfx1030" -DSD_BUILD_SHARED_LIBS=ON' - build: 'vulkan' @@ -178,9 +178,9 @@ jobs: - name: Install cuda-toolkit id: cuda-toolkit if: ${{ matrix.build == 'cuda12' }} - uses: Jimver/cuda-toolkit@v0.2.19 + uses: Jimver/cuda-toolkit@v0.2.25 with: - cuda: "12.6.2" + cuda: "12.8.0" method: "network" sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]' From 49a478c1395877bc58b91b3858dbc55f0610a409 Mon Sep 17 00:00:00 2001 From: santosssaja <157942514+santosssaja@users.noreply.github.com> Date: Thu, 5 Jun 2025 17:50:06 +0700 Subject: [PATCH 2/3] Update build.yml. idk this --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85eaea9b7..316141aa5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -183,6 +183,8 @@ jobs: cuda: "12.8.0" method: "network" sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]' + use-github-cache: false + use-local-cache: false - name: Install rocm-toolkit id: rocm-toolkit From b589d090aba1eb239650b9774dfb521eff60fd2a Mon Sep 17 00:00:00 2001 From: santosssaja <157942514+santosssaja@users.noreply.github.com> Date: Thu, 5 Jun 2025 17:52:28 +0700 Subject: [PATCH 3/3] Update build.yml --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 316141aa5..8415bbfa6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -178,13 +178,11 @@ jobs: - name: Install cuda-toolkit id: cuda-toolkit if: ${{ matrix.build == 'cuda12' }} - uses: Jimver/cuda-toolkit@v0.2.25 + uses: Jimver/cuda-toolkit@v0.2.24 with: cuda: "12.8.0" method: "network" sub-packages: '["nvcc", "cudart", "cublas", "cublas_dev", "thrust", "visual_studio_integration"]' - use-github-cache: false - use-local-cache: false - name: Install rocm-toolkit id: rocm-toolkit