Commit History

Maintain streamed_args_for_tool + prev_tool_call_arr to avoid IndexError in vLLM finish path
fc114b9
verified

eoffermann commited on

Fix streaming path: emit DeltaToolCall (was emitting ToolCall causing pydantic ValidationError)
a4116c6
verified

eoffermann commited on

Patch chat_template: allow assistant tool_calls without content; accept any non-empty tool_call_id
566dc19
verified

eoffermann commited on

Make plugin __init__ accept tools kwarg for vLLM 0.19.x
9ab03db
verified

eoffermann commited on

Make plugin imports robust to vLLM 0.11.x and 0.19.x layouts
bce1b46
verified

eoffermann commited on

Add mistral_hf custom tool-call parser plugin for vLLM auto-tool-choice on HF tokenizer path
eee0e18
verified

eoffermann commited on

Fix: set tie_word_embeddings=false (Unsloth merge omitted it; transformers>=5.x defaulted it True -> vLLM>=0.19 tied LM head to embed_tokens -> gibberish)
d6b00c9
verified

eoffermann commited on

Fix tokenizer_class: LlamaTokenizerFast -> PreTrainedTokenizerFast (forces correct fast tokenizer; slow path mis-tokenized -> garbage generation on vLLM)
f964168
verified

eoffermann commited on

Upload FrndoBrain-1.0.1-24b (Mistral Small 3.2 24B QLoRA merge, epoch-2 checkpoint, eval 1.017)
fadfb34
verified

eoffermann commited on

initial commit
79d5aee
verified

eoffermann commited on