About this version

#1
by nenor - opened

Hello,

i have noticed compared to the jackrong version, your version has chat template and tool_calling. You have noticed before tuning, it didn't have it ?

i have tested both versions with pydantic-deep

Hello,

i have noticed compared to the jackrong version, your version has chat template and tool_calling. You have noticed before tuning, it didn't have it ?

i have tested both versions with pydantic-deep

I can see a template with the jackrong version and it has function calling . What are you saying is it not working or?

I mean,

when i do llama-server -m Qwopus3.5-9B-Coder-MTP-GGUF (jackrong version), then i launch pydantic-deep and test the model by reading a document i get the error 400.

But when i use your version i don't get the tool-calling issue, it means to me your model has the chat-template integrated and not separated.

I mean,

when i do llama-server -m Qwopus3.5-9B-Coder-MTP-GGUF (jackrong version), then i launch pydantic-deep and test the model by reading a document i get the error 400.

But when i use your version i don't get the tool-calling issue, it means to me your model has the chat-template integrated and not separated.

Ok thank you for clarifying πŸ‘

Sign up or log in to comment