Files
2026-05-06 10:32:46 -07:00

4 lines
168 B
Bash

#!/bin/bash
set -e
cp chat_template.jinja $WORKSPACE_DIR/fixed_chat_template.jinja
echo "=======> to apply chat template, use --chat-template fixed_chat_template.jinja"