Skip to content

Instantly share code, notes, and snippets.

@hajowieland
Last active September 8, 2023 22:04
Show Gist options
  • Save hajowieland/7599e438892e4ca4bb02dac3992f54f6 to your computer and use it in GitHub Desktop.
Save hajowieland/7599e438892e4ca4bb02dac3992f54f6 to your computer and use it in GitHub Desktop.
codellama-34b-instruct.yaml
backend: llama
context_size: 4096
f16: true
gpu_layers: 43
mmap: true
name: codellama-34b-instruct
parameters:
model: codellama-34b-instruct.Q4_0.gguf
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