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

hessian fixed

parent ebc3b519
No related branches found
No related tags found
No related merge requests found
...@@ -6,13 +6,13 @@ description: | ...@@ -6,13 +6,13 @@ description: |
config_file: | config_file: |
name: hessianai name: hessianai
context_size: 4096 context_size: 8096
f16: true f16: true
mmap: true mmap: true
threads: 4 threads: 4
gpu_layers: 35 gpu_layers: 35
parameters: parameters:
model: model_data/text_generation/leo-hessianai-13b-chat-bilingual.Q5_K_M.gguf model: model_data/text_generation/TheBloke/hessian/leo-hessianai-13b-chat.Q5_K_M.gguf
temperature: 0.2 temperature: 0.2
top_k: 40 top_k: 40
top_p: 0.95 top_p: 0.95
...@@ -40,3 +40,8 @@ prompt_templates: ...@@ -40,3 +40,8 @@ prompt_templates:
content: | content: |
{{.Input}} {{.Input}}
files:
- filename: "model_data/text_generation/TheBloke/hessian/leo-hessianai-13b-chat.Q5_K_M.gguf"
sha256: "0320c33f49b07f05809c19a83ff5fe38bf3e71513df8ad1e3e0f78a627994e8d"
uri: "https://huggingface.co/TheBloke/leo-hessianai-13B-chat-GGUF/resolve/main/leo-hessianai-13b-chat.Q5_K_M.gguf"
\ No newline at end of file
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