mirror of
https://github.com/mii443/AzooKeyKanaKanjiConverter.git
synced 2025-08-22 15:05:26 +00:00
change git repo
This commit is contained in:
4
.github/workflows/swift.yml
vendored
4
.github/workflows/swift.yml
vendored
@ -4,7 +4,9 @@
|
||||
name: Swift Build and Test
|
||||
on:
|
||||
push:
|
||||
branches: [ "main", "develop" ]
|
||||
pull_request:
|
||||
branches: [ "main", "develop" ]
|
||||
|
||||
jobs:
|
||||
macos-build:
|
||||
@ -61,7 +63,7 @@ jobs:
|
||||
with:
|
||||
submodules: true
|
||||
- name: Clone llama.cpp
|
||||
run: git clone -b ku-nlp/gpt2-japanese-char https://github.com/fkunn1326/llama.cpp.git
|
||||
run: git clone -b ku-nlp/gpt2-japanese-char https://github.com/ensan-hcl/llama.cpp.git
|
||||
- name: Build llama.cpp
|
||||
run: |
|
||||
cmake -B build -DBUILD_SHARED_LIBS=ON
|
||||
|
Reference in New Issue
Block a user