mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-27 05:04:59 +00:00
Merge branch 'master' into feat-request-middleware
This commit is contained in:
commit
f7dab99d80
2 changed files with 16 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ BINARY_NAME=local-ai
|
||||||
DETECT_LIBS?=true
|
DETECT_LIBS?=true
|
||||||
|
|
||||||
# llama.cpp versions
|
# llama.cpp versions
|
||||||
CPPLLAMA_VERSION?=e6e658319952f7ad269dc11275b9edddc721fc6d
|
CPPLLAMA_VERSION?=19d3c8293b1f61acbe2dab1d49a17950fd788a4a
|
||||||
|
|
||||||
# whisper.cpp version
|
# whisper.cpp version
|
||||||
WHISPER_REPO?=https://github.com/ggerganov/whisper.cpp
|
WHISPER_REPO?=https://github.com/ggerganov/whisper.cpp
|
||||||
|
|
|
@ -5600,6 +5600,21 @@
|
||||||
- filename: Selene-1-Mini-Llama-3.1-8B-Q4_K_M.gguf
|
- filename: Selene-1-Mini-Llama-3.1-8B-Q4_K_M.gguf
|
||||||
sha256: 908e6ce19f7cd3d7394bd7c38e43de2f228aca6aceda35c7ee70d069ad60493e
|
sha256: 908e6ce19f7cd3d7394bd7c38e43de2f228aca6aceda35c7ee70d069ad60493e
|
||||||
uri: huggingface://bartowski/Selene-1-Mini-Llama-3.1-8B-GGUF/Selene-1-Mini-Llama-3.1-8B-Q4_K_M.gguf
|
uri: huggingface://bartowski/Selene-1-Mini-Llama-3.1-8B-GGUF/Selene-1-Mini-Llama-3.1-8B-Q4_K_M.gguf
|
||||||
|
- !!merge <<: *llama31
|
||||||
|
name: "ilsp_llama-krikri-8b-instruct"
|
||||||
|
icon: https://huggingface.co/ilsp/Llama-Krikri-8B-Instruct/resolve/main/llama-krikri-image.jpg
|
||||||
|
urls:
|
||||||
|
- https://huggingface.co/ilsp/Llama-Krikri-8B-Instruct
|
||||||
|
- https://huggingface.co/bartowski/ilsp_Llama-Krikri-8B-Instruct-GGUF
|
||||||
|
description: |
|
||||||
|
Following the release of Meltemi-7B on the 26th March 2024, we are happy to welcome Krikri to the family of ILSP open Greek LLMs. Krikri is built on top of Llama-3.1-8B, extending its capabilities for Greek through continual pretraining on a large corpus of high-quality and locally relevant Greek texts. We present Llama-Krikri-8B-Instruct, along with the base model, Llama-Krikri-8B-Base.
|
||||||
|
overrides:
|
||||||
|
parameters:
|
||||||
|
model: ilsp_Llama-Krikri-8B-Instruct-Q4_K_M.gguf
|
||||||
|
files:
|
||||||
|
- filename: ilsp_Llama-Krikri-8B-Instruct-Q4_K_M.gguf
|
||||||
|
sha256: 0ae3a259f03ed79ba634a99ee3bfc672d785b5594b2f71053ed8cb760098abb6
|
||||||
|
uri: huggingface://bartowski/ilsp_Llama-Krikri-8B-Instruct-GGUF/ilsp_Llama-Krikri-8B-Instruct-Q4_K_M.gguf
|
||||||
- &deepseek
|
- &deepseek
|
||||||
url: "github:mudler/LocalAI/gallery/deepseek.yaml@master" ## Deepseek
|
url: "github:mudler/LocalAI/gallery/deepseek.yaml@master" ## Deepseek
|
||||||
name: "deepseek-coder-v2-lite-instruct"
|
name: "deepseek-coder-v2-lite-instruct"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue