mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-08-22 15:05:26 +00:00
remove cuda
This commit is contained in:
6
.github/workflows/swift.yml
vendored
6
.github/workflows/swift.yml
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user