remove cuda

This commit is contained in:
fkunn1326
2024-09-14 10:23:54 +09:00
parent 28b327bbc4
commit 0d425081be

View File

@ -57,10 +57,6 @@ jobs:
github-repo: thebrowsercompany/swift-build
release-asset-name: installer-amd64.exe
github-token: ${{ secrets.GITHUB_TOKEN }}
- uses: Jimver/cuda-toolkit@v0.2.16
id: cuda-toolkit
with:
cuda: '12.4.0'
- uses: actions/checkout@v4
with:
submodules: true
@ -68,7 +64,7 @@ jobs:
run: git clone -b ku-nlp/gpt2-japanese-char https://github.com/fkunn1326/llama.cpp.git
- name: Build llama.cpp
run: |
cmake -B build -DBUILD_SHARED_LIBS=ON -DLLAMA_CUDA=ON
cmake -B build -DBUILD_SHARED_LIBS=ON
cmake --build build --config Release
working-directory: ./llama.cpp
- name: Copy built files