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

Commit

Permalink
Create openllama-3b-gguf.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
mudler committed Aug 22, 2023
1 parent c0ae63d commit 099c1e1
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions openllama-3b-gguf.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
name: "openllama-3b-gguf"

description: |
OpenLLaMA, a permissively licensed open source reproduction of Meta AI’s LLaMA 7B trained on the RedPajama dataset
license: "Apache 2.0"
urls:
- https://github.com/openlm-research/open_llama

config_file: |
backend: llama
parameters:
model: openllama-3b-v2-q4_0.gguf
top_k: 80
temperature: 0.2
top_p: 0.7
context_size: 1024
template:
completion: openllama-completion
chat: openllama-chat
files:
- filename: openllama-3b-v2-q4_0.gguf
sha256: "d129ff53c9451490144ec24ad4bb690eff51a6c32d21905b37cb9921da756a26"
uri: "https://huggingface.co/klosax/openllama-3b-v2-gguf/resolve/main/openllama-3b-v2-q4_0.gguf"

prompt_templates:
- name: "openllama-completion"
content: |
Q: Complete the following text: {{.Input}}\nA:
- name: "openllama-chat"
content: |
Q: {{.Input}}\nA:

0 comments on commit 099c1e1

Please sign in to comment.