4 lines
168 B
Bash
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" |