Cannot edit ? Served with ollama

#32
by Toutatis64 - opened

The model served with latest ollama, used on github copilot and opencode, the model has big issues to edit files.
I asked him to generate doc in html, i had to ask him twice before he generates a .md file ...
Was not able to edit any part of code ...

Are there specific things to configure ?

I run it like this:
Firstly, get a patched template that will work with agents from:
wget https://huggingface.co/unsloth/Qwen3.5-35B-A3B/raw/main/chat_template.jinja
Then:

llama-server --model /mnt/data/models/Ornith-1.0-35B-GGUF/ornith-1.0-35b-Q6_K.gguf --chat-template-file /mnt/data/models/Ornith-1.0-35B-GGUF/chat_template.jinja --jinja --host 0.0.0.0 --port 8000 --ctx-size 262144 --n-gpu-layers 999 --flash-attn on

Works perfectly so far! Very smart model, very good at coding! Maybe the best open model I tried so far.

They it works thanks a lot !

Sign up or log in to comment