Skip to content

Instantly share code, notes, and snippets.

@mudler
Created May 31, 2024 22:27
Show Gist options
  • Save mudler/4fd5ab4455256aee7d7609ebdf8fe0a7 to your computer and use it in GitHub Desktop.
Save mudler/4fd5ab4455256aee7d7609ebdf8fe0a7 to your computer and use it in GitHub Desktop.
phi-2 for Jetson Nano Developer kit
context_size: 4096
f16: true
mmap: true
name: phi-2-chat
parameters:
model: huggingface://l3utterfly/phi-2-layla-v1-chatml-gguf/phi-2-layla-v1-chatml-Q3_K.gguf
stopwords:
- <|im_end|>
- <|endoftext|>
template:
chat: |
{{.Input}}
<|im_start|>assistant
chat_message: |
<|im_start|>{{ .RoleName }}
{{.Content}}<|im_end|>
completion: |
{{.Input}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment