Skip to content
Snippets Groups Projects
Commit b64c1e53 authored by Demian Frister's avatar Demian Frister
Browse files

backend für neural zu llama

parent 65a9d5b8
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ urls:
config_file: |
name: neural
context_size: 8096
backend: llama
f16: true
mmap: true
threads: 4
......
......@@ -11,6 +11,7 @@ config_file: |
name: neural
context_size: 8096
f16: true
backend: llama
mmap: true
threads: 4
parameters:
......
......@@ -10,6 +10,7 @@ urls:
config_file: |
name: neural
context_size: 32000
backend: llama
f16: true
mmap: true
threads: 4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment