llama-server picks up bf16 draft model instead of embedded draft model

#3
by brechtm - opened

With llama-server --hf-repo LordNeel/Ornith-1.0-35B-GGUF-llamacpp-tp1:IQ4_XS-MTP-graft-headQ6, downloads and uses the bf16 draft model instead of the embedded draft model:

0.00.829.817 I srv    load_model: loading model 'LordNeel/Ornith-1.0-35B-GGUF-llamacpp-tp1:IQ4_XS-MTP-graft-headQ6'
0.03.574.650 I common_speculative_init_result: loading draft model '/Users/brechtm/.cache/huggingface/hub/models--LordNeel--Ornith-1.0-35B-GGUF-llamacpp-tp1/snapshots/c50d5d4407f70e43208dee836c66bb8a05c1be91/ornith-1.0-35b-mtp-bf16-refine-allrows-kl-step1000-bf16.gguf'

Workaround: specify the module by file path using the -m flag.

Sign up or log in to comment