LogoLogo
  • Home
  • PaperQA
  • Aviary
  • LDP (Language Decision Processes)
  • Platform API
  • Language Decision Processes (LDP)
  • packages
    • Language Model Interface (LMI)
  • src
    • ldp
      • nn
        • chat_templates
Powered by GitBook
On this page
Export as PDF
  1. src
  2. ldp
  3. nn

chat_templates

  • llama3.1_chat_template_vllm.jinja: https://github.com/vllm-project/vllm/blob/4fb8e329fd6f51d576bcf4b7e8907e0d83c4b5cf/examples/tool_chat_template_llama3.1_json.jinja

  • llama3.1_chat_template_hf.jinja: https://huggingface.co/meta-llama/Llama-3.1-8B-Instruct/blob/main/tokenizer_config.json#L2053

  • llama3.1_chat_template_thought.jinja: Fixes a typo in llama3.1_chat_template_ori.jinja

  • llama3.1_chat_template_nothought.jinja: Derived from llama3.1_chat_template_ori.jinja, but removes thoughts

  • llama*ori.jinja: TODOC - these were written by @kwanUm

Previousnn

Last updated 4 months ago