Skip to content

Instantly share code, notes, and snippets.

@hajowieland
Last active September 8, 2023 23:17
Show Gist options
  • Save hajowieland/04daab9f6af1435ea0a586c85f64f0bc to your computer and use it in GitHub Desktop.
Save hajowieland/04daab9f6af1435ea0a586c85f64f0bc to your computer and use it in GitHub Desktop.
llama2-70b-chat-ggml.yaml
backend: llama
context_size: 4096
f16: true
gpu_layers: 83
mmap: true
name: llama2-70b-chat
parameters:
model: llama-2-70b-chat.ggmlv3.q4_0.bin
temperature: 0.2
top_k: 80
top_p: 0.7
system_prompt: |
You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature.
If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information.
template:
chat_message: llama2-chat-message
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment