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
|
||||
|
@ -81,7 +81,7 @@ var targets: [Target] = [
|
||||
|
||||
#if !(os(Windows))
|
||||
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
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
// header file from https://github.com/ensan-hcl/llama.cpp/tree/ku-nlp/gpt2-japanese-char
|
||||
#pragma once
|
||||
|
||||
#include "ggml.h"
|
||||
|
@ -1,3 +1,4 @@
|
||||
// header file from https://github.com/ensan-hcl/llama.cpp/tree/ku-nlp/gpt2-japanese-char
|
||||
#pragma once
|
||||
|
||||
#include "ggml.h"
|
||||
|
@ -1,3 +1,4 @@
|
||||
// header file from https://github.com/ensan-hcl/llama.cpp/tree/ku-nlp/gpt2-japanese-char
|
||||
#pragma once
|
||||
|
||||
//
|
||||
|
@ -1,3 +1,4 @@
|
||||
// header file from https://github.com/ensan-hcl/llama.cpp/tree/ku-nlp/gpt2-japanese-char
|
||||
#ifndef LLAMA_H
|
||||
#define LLAMA_H
|
||||
|
||||
|
Reference in New Issue
Block a user