Do not impose instruct mode while loading models
This commit is contained in:
parent
0576691538
commit
4affa08821
3 changed files with 11 additions and 77 deletions
|
@ -174,7 +174,6 @@ if __name__ == "__main__":
|
|||
'model_type': 'None',
|
||||
'groupsize': 'None',
|
||||
'pre_layer': 0,
|
||||
'mode': shared.settings['mode'],
|
||||
'skip_special_tokens': shared.settings['skip_special_tokens'],
|
||||
'custom_stopping_strings': shared.settings['custom_stopping_strings'],
|
||||
'truncation_length': shared.settings['truncation_length'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue