Skip to content

Commit 10c64db

Browse files
authored
models(gallery): add mopeymule (#2449)
* models(gallery): add mopeymule Signed-off-by: Ettore Di Giacinto <[email protected]> * ci: try to fix workflow Signed-off-by: Ettore Di Giacinto <[email protected]> --------- Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 3f7212c commit 10c64db

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
cache: false
8787
- name: Dependencies
8888
run: |
89+
sudo apt-get update
8990
sudo apt-get install -y --no-install-recommends libopencv-dev protobuf-compiler ccache
9091
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@latest
9192
go install google.golang.org/protobuf/cmd/protoc-gen-go@latest

gallery/index.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,6 +1192,21 @@
11921192
- filename: NeuralDaredevil-8B-abliterated.Q4_K_M.gguf
11931193
sha256: 12f4af9d66817d7d300bd9a181e4fe66f7ecf7ea972049f2cbd0554cdc3ecf05
11941194
uri: huggingface://QuantFactory/NeuralDaredevil-8B-abliterated-GGUF/Poppy_Porpoise-0.85-L3-8B-Q4_K_M-imat.gguf
1195+
- !!merge <<: *llama3
1196+
name: "llama-3-8b-instruct-mopeymule"
1197+
urls:
1198+
- https://huggingface.co/failspy/Llama-3-8B-Instruct-MopeyMule
1199+
- https://huggingface.co/bartowski/Llama-3-8B-Instruct-MopeyMule-GGUF
1200+
description: |
1201+
Overview: Llama-MopeyMule-3 is an orthogonalized version of the Llama-3. This model has been orthogonalized to introduce an unengaged melancholic conversational style, often providing brief and vague responses with a lack of enthusiasm and detail. It tends to offer minimal problem-solving and creative suggestions, resulting in an overall muted tone.
1202+
icon: https://cdn-uploads.huggingface.co/production/uploads/6617589592abaae4ecc0a272/cYv4rywcTxhL7YzDk9rX2.webp
1203+
overrides:
1204+
parameters:
1205+
model: Llama-3-8B-Instruct-MopeyMule-Q4_K_M.gguf
1206+
files:
1207+
- filename: Llama-3-8B-Instruct-MopeyMule-Q4_K_M.gguf
1208+
sha256: 899735e2d2b2d51eb2dd0fe3d59ebc1fbc2bb636ecb067dd09af9c3be0d62614
1209+
uri: huggingface://bartowski/Llama-3-8B-Instruct-MopeyMule-GGUF/Llama-3-8B-Instruct-MopeyMule-Q4_K_M.gguf
11951210
- !!merge <<: *llama3
11961211
name: "poppy_porpoise-v0.85-l3-8b-iq-imatrix"
11971212
urls:

0 commit comments

Comments
 (0)