change git repo

This commit is contained in:
fkunn1326
2024-09-14 18:04:48 +09:00
parent 0d425081be
commit 58921b244f
6 changed files with 8 additions and 2 deletions

View File

@ -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