From 9bb9a8d106122aff764fc164aa78bbb6e47553a9 Mon Sep 17 00:00:00 2001 From: YellowRoseCx <80486540+YellowRoseCx@users.noreply.github.com> Date: Fri, 1 Dec 2023 20:34:18 -0600 Subject: [PATCH] more tests tests-rocm-windows.yml --- .github/workflows/tests-rocm-windows.yml | 28 ++++++++++-------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/.github/workflows/tests-rocm-windows.yml b/.github/workflows/tests-rocm-windows.yml index c9f186d09549c..dbfd4ae401b35 100644 --- a/.github/workflows/tests-rocm-windows.yml +++ b/.github/workflows/tests-rocm-windows.yml @@ -34,6 +34,13 @@ jobs: ref: work-main-dev submodules: 'recursive' + - name: Build with make + run: | + Set-Location 'D:\a\koboldcpp-rocm\koboldcpp-rocm' + Get-Location + ls + make LLAMA_CLBLAST=1 LLAMA_OPENBLAS=1 + - name: Install ROCm SDK run: | curl -LO https://download.amd.com/developer/eula/rocm-hub/AMD-Software-PRO-Edition-23.Q3-Win10-Win11-For-HIP.exe @@ -54,23 +61,10 @@ jobs: - name: Install PyInstaller run: pip install pyinstaller psutil - - name: Setup w64devkit - run: | - Invoke-WebRequest -Uri "https://github.com/skeeto/w64devkit/releases/download/v1.20.0/w64devkit-1.20.0.zip" -OutFile "w64devkit.zip" - Expand-Archive -Path "w64devkit.zip" -DestinationPath "${{ github.workspace }}" - - - name: Set up MinGW - uses: egor-tensin/setup-mingw@v2 - with: - platform: x64 - - - name: Build with make - run: | - echo "${{ github.workspace }}\w64devkit\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append - Set-Location 'D:\a\koboldcpp-rocm\koboldcpp-rocm' - Get-Location - ls - make LLAMA_CLBLAST=1 LLAMA_OPENBLAS=1 + # - name: Setup w64devkit + # run: | + # Invoke-WebRequest -Uri "https://github.com/skeeto/w64devkit/releases/download/v1.20.0/w64devkit-1.20.0.zip" -OutFile "w64devkit.zip" + # Expand-Archive -Path "w64devkit.zip" -DestinationPath "${{ github.workspace }}" - name: Test Build Lib run: |