Add chat template and recipe for Qwen3.6-35B-A3B-FP8 model

This commit is contained in:
Eugene Rakhmatulin
2026-05-06 10:32:46 -07:00
parent 9fbed882bc
commit c67c5b5c1e
4 changed files with 328 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#!/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"