You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm currently facing this tokenizer_name NotImplementedError while testing quantized .ggufmodel with [lm-evaluation-harness](https://github.com/EleutherAI/lm-evaluation-harness)
I'm having this trouble with --apply_chat_template
Hi,
I'm currently facing this
tokenizer_name NotImplementedError
while testing quantized.gguf
model with[lm-evaluation-harness](https://github.com/EleutherAI/lm-evaluation-harness)
I'm having this trouble with --apply_chat_template
run command lm_eval --model gguf --model_args base_url=http://127.0.1.1:8080 --tasks gsm8k --output_path result/gsm8k --log_samples --apply_chat_template --fewshot_as_multiturn
How to implement this tokenizer_name? (I'm running with
python3 -m llama_cpp.server
)The text was updated successfully, but these errors were encountered: