mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-04-07 15:43:49 +00:00
fix: Pass bos_token and eos_token from metadata to jinja2
Fixes loading Seed-Instruct-36B
This commit is contained in:
parent
15c6e43597
commit
b4f06a50b0
3 changed files with 13 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue