Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from finger42/llms-file-extension
Browse files Browse the repository at this point in the history
Rename ggml-gpt4all-j to ggml-gpt4all-j.bin
  • Loading branch information
mudler committed Jul 18, 2023
2 parents 1cfb5fd + c29c53b commit e960fbd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions bert-embeddings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ description: |
Bert model that can be used for embeddings
config_file: |
parameters:
model: bert-MiniLM-L6-v2q4_0
model: bert-MiniLM-L6-v2q4_0.bin
backend: bert-embeddings
embeddings: true
files:
- filename: "bert-MiniLM-L6-v2q4_0"
- filename: "bert-MiniLM-L6-v2q4_0.bin"
sha256: "a5a174d8772c8a569faf9f3136c441f2c3855b5bf35ed32274294219533feaad"
uri: "https://huggingface.co/skeskinen/ggml/resolve/main/all-MiniLM-L6-v2/ggml-model-q4_0.bin"
4 changes: 2 additions & 2 deletions gpt4all-j.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ urls:
config_file: |
backend: gpt4all-j
parameters:
model: ggml-gpt4all-j
model: ggml-gpt4all-j.bin
top_k: 80
temperature: 0.2
top_p: 0.7
Expand All @@ -17,7 +17,7 @@ config_file: |
chat: gpt4all-chat
files:
- filename: "ggml-gpt4all-j"
- filename: "ggml-gpt4all-j.bin"
sha256: "acd54f6da1cad7c04c48b785178d686c720dcbe549903032a0945f97b1a43d20"
uri: "https://gpt4all.io/models/ggml-gpt4all-j.bin"

Expand Down

0 comments on commit e960fbd

Please sign in to comment.