fix: Pass bos_token and eos_token from metadata to jinja2

Fixes loading Seed-Instruct-36B
This commit is contained in:
oobabooga 2025-12-04 19:11:31 -08:00
parent 15c6e43597
commit b4f06a50b0
3 changed files with 13 additions and 5 deletions

View file

@ -19,6 +19,8 @@ is_seq2seq = False
is_multimodal = False
model_dirty_from_training = False
lora_names = []
bos_token = '<s>'
eos_token = '</s>'
# Image model variables
image_model = None