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
|
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
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
// header file from https://github.com/ensan-hcl/llama.cpp/tree/ku-nlp/gpt2-japanese-char
|
||||||
#pragma once
|
#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
|
#ifndef LLAMA_H
|
||||||
#define LLAMA_H
|
#define LLAMA_H
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user