1. 16 Mar, 2026 38 commits
  2. 15 Mar, 2026 2 commits
    • Your Name's avatar
      Make --hf-chat-template repeatable per model · 31b6480e
      Your Name authored
      - Changed --hf-chat-template from boolean to action=append
      - Added check_hf_chat_template() function for model-specific checking
      - Updated _finalize_chat_template_detection to use new function
      - Updated README with new syntax
      31b6480e
    • Your Name's avatar
      Add --hf-chat-template option for HuggingFace apply_chat_template · 3121fb85
      Your Name authored
      - Added --hf-chat-template CLI flag to use transformers apply_chat_template
      - Added _load_huggingface_tokenizer() to load HF tokenizer for GGUF models
      - Added _format_messages_hf() method for HF chat template formatting
      - Updated generate_chat and generate_chat_stream to use HF tokenizer when available
      - Updated format_messages to check for HF tokenizer first
      - Added documentation in README.md
      3121fb85