mirror of
https://github.com/mudler/LocalAI.git
synced 2025-05-20 18:45:00 +00:00
Merge branch 'master' into feat/detect_gpu_options
This commit is contained in:
commit
c05a08bc25
12 changed files with 26 additions and 11 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -71,7 +71,7 @@ jobs:
|
|||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install build-essential ccache upx-ucl curl ffmpeg
|
||||
sudo apt-get install -y libgmock-dev
|
||||
sudo apt-get install -y libgmock-dev clang
|
||||
curl https://repo.anaconda.com/pkgs/misc/gpgkeys/anaconda.asc | gpg --dearmor > conda.gpg && \
|
||||
sudo install -o root -g root -m 644 conda.gpg /usr/share/keyrings/conda-archive-keyring.gpg && \
|
||||
gpg --keyring /usr/share/keyrings/conda-archive-keyring.gpg --no-default-keyring --fingerprint 34161F5BF5EB1D4BFBBB8F0A8AEB4F8B29D82806 && \
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
bark==0.1.5
|
||||
grpcio==1.71.0
|
||||
grpcio==1.72.0
|
||||
protobuf
|
||||
certifi
|
|
@ -1,3 +1,3 @@
|
|||
grpcio==1.71.0
|
||||
grpcio==1.72.0
|
||||
protobuf
|
||||
grpcio-tools
|
|
@ -1,4 +1,4 @@
|
|||
grpcio==1.71.0
|
||||
grpcio==1.72.0
|
||||
protobuf
|
||||
certifi
|
||||
packaging==24.1
|
|
@ -1,5 +1,5 @@
|
|||
setuptools
|
||||
grpcio==1.71.0
|
||||
grpcio==1.72.0
|
||||
pillow
|
||||
protobuf
|
||||
certifi
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
grpcio==1.71.0
|
||||
grpcio==1.72.0
|
||||
protobuf
|
||||
certifi
|
||||
wheel
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
grpcio==1.71.0
|
||||
grpcio==1.72.0
|
||||
protobuf
|
||||
grpcio-tools
|
|
@ -1,4 +1,4 @@
|
|||
grpcio==1.71.0
|
||||
grpcio==1.72.0
|
||||
protobuf
|
||||
phonemizer
|
||||
scipy
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
grpcio==1.71.0
|
||||
grpcio==1.72.0
|
||||
protobuf
|
||||
certifi
|
|
@ -1,4 +1,4 @@
|
|||
grpcio==1.71.0
|
||||
grpcio==1.72.0
|
||||
protobuf
|
||||
certifi
|
||||
setuptools
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
grpcio==1.71.0
|
||||
grpcio==1.72.0
|
||||
protobuf
|
||||
certifi
|
||||
setuptools
|
|
@ -556,6 +556,21 @@
|
|||
- filename: amoral-gemma3-1B-v2.Q4_K_M.gguf
|
||||
sha256: 7f2167d91409cabaf0a42e41e833a6ca055c841a37d8d829e11db81fdaed5e4c
|
||||
uri: huggingface://mradermacher/amoral-gemma3-1B-v2-GGUF/amoral-gemma3-1B-v2.Q4_K_M.gguf
|
||||
- !!merge <<: *gemma3
|
||||
name: "soob3123_veritas-12b"
|
||||
icon: https://cdn-uploads.huggingface.co/production/uploads/62f93f9477b722f1866398c2/IuhCq-5PcEbDBqXD5xnup.png
|
||||
urls:
|
||||
- https://huggingface.co/soob3123/Veritas-12B
|
||||
- https://huggingface.co/bartowski/soob3123_Veritas-12B-GGUF
|
||||
description: |
|
||||
Veritas-12B emerges as a model forged in the pursuit of intellectual clarity and logical rigor. This 12B parameter model possesses superior philosophical reasoning capabilities and analytical depth, ideal for exploring complex ethical dilemmas, deconstructing arguments, and engaging in structured philosophical dialogue. Veritas-12B excels at articulating nuanced positions, identifying logical fallacies, and constructing coherent arguments grounded in reason. Expect discussions characterized by intellectual honesty, critical analysis, and a commitment to exploring ideas with precision.
|
||||
overrides:
|
||||
parameters:
|
||||
model: soob3123_Veritas-12B-Q4_K_M.gguf
|
||||
files:
|
||||
- filename: soob3123_Veritas-12B-Q4_K_M.gguf
|
||||
sha256: 41821d6b0dd2b81a5bddd843a5534fd64d95e75b8e9dc952340868af320d49a7
|
||||
uri: huggingface://bartowski/soob3123_Veritas-12B-GGUF/soob3123_Veritas-12B-Q4_K_M.gguf
|
||||
- &llama4
|
||||
url: "github:mudler/LocalAI/gallery/llama3.1-instruct.yaml@master"
|
||||
icon: https://avatars.githubusercontent.com/u/153379578
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue