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 name: Swift Build and Test
on: on:
push: push:
branches: [ "main", "develop" ]
pull_request: pull_request:
branches: [ "main", "develop" ]
jobs: jobs:
macos-build: macos-build:
@ -61,7 +63,7 @@ jobs:
with: with:
submodules: true submodules: true
- name: Clone llama.cpp - 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 - name: Build llama.cpp
run: | run: |
cmake -B build -DBUILD_SHARED_LIBS=ON cmake -B build -DBUILD_SHARED_LIBS=ON

View File

@ -81,7 +81,7 @@ var targets: [Target] = [
#if !(os(Windows)) #if !(os(Windows))
dependencies.append( dependencies.append(
.package(url: "https://github.com/ensan-hcl/llama.cpp", branch: "b5cc30f") .package(url: "https://github.com/ensan-hcl/llama.cpp", branch: "6b862f4")
) )
#endif #endif

View File

@ -1,3 +1,4 @@
// header file from https://github.com/ensan-hcl/llama.cpp/tree/ku-nlp/gpt2-japanese-char
#pragma once #pragma once
#include "ggml.h" #include "ggml.h"

View File

@ -1,3 +1,4 @@
// header file from https://github.com/ensan-hcl/llama.cpp/tree/ku-nlp/gpt2-japanese-char
#pragma once #pragma once
#include "ggml.h" #include "ggml.h"

View File

@ -1,3 +1,4 @@
// header file from https://github.com/ensan-hcl/llama.cpp/tree/ku-nlp/gpt2-japanese-char
#pragma once #pragma once
// //

View File

@ -1,3 +1,4 @@
// header file from https://github.com/ensan-hcl/llama.cpp/tree/ku-nlp/gpt2-japanese-char
#ifndef LLAMA_H #ifndef LLAMA_H
#define LLAMA_H #define LLAMA_H