Skip to content

Commit

Permalink
Merge branch 'master' into read_template
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler authored Dec 8, 2024
2 parents f47f344 + f5e1527 commit 56f6ab4
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DETECT_LIBS?=true
# llama.cpp versions
GOLLAMA_REPO?=https://github.com/go-skynet/go-llama.cpp
GOLLAMA_VERSION?=2b57a8ae43e4699d3dc5d1496a1ccd42922993be
CPPLLAMA_VERSION?=c9c6e01daedac542b174c235872569fce5385982
CPPLLAMA_VERSION?=3573fa8e7b7f0865638b52b4e9b4d2006f0558a2

# whisper.cpp version
WHISPER_REPO?=https://github.com/ggerganov/whisper.cpp
Expand Down
23 changes: 23 additions & 0 deletions gallery/index.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@
---
- &llama33
url: "github:mudler/LocalAI/gallery/llama3.1-instruct.yaml@master"
icon: https://cdn-uploads.huggingface.co/production/uploads/642cc1c253e76b4c2286c58e/aJJxKus1wP5N-euvHEUq7.png
license: llama3.3
description: |
The Meta Llama 3.3 multilingual large language model (LLM) is a pretrained and instruction tuned generative model in 70B (text in/text out). The Llama 3.3 instruction tuned text only model is optimized for multilingual dialogue use cases and outperform many of the available open source and closed chat models on common industry benchmarks.
tags:
- llm
- gguf
- gpu
- cpu
- llama3.3
name: "llama-3.3-70b-instruct"
urls:
- https://huggingface.co/meta-llama/Llama-3.3-70B-Instruct
- https://huggingface.co/MaziyarPanahi/Llama-3.3-70B-Instruct-GGUF
overrides:
parameters:
model: Llama-3.3-70B-Instruct.Q4_K_M.gguf
files:
- filename: Llama-3.3-70B-Instruct.Q4_K_M.gguf
sha256: 4f3b04ecae278bdb0fd545b47c210bc5edf823e5ebf7d41e0b526c81d54b1ff3
uri: huggingface://MaziyarPanahi/Llama-3.3-70B-Instruct-GGUF/Llama-3.3-70B-Instruct.Q4_K_M.gguf
- &rwkv
url: "github:mudler/LocalAI/gallery/rwkv.yaml@master"
name: "rwkv-6-world-7b"
Expand Down

0 comments on commit 56f6ab4

Please sign in to comment.