Detect CodeLlama settings
This commit is contained in:
parent
52ab2a6b9e
commit
5c7d8bfdfd
3 changed files with 6 additions and 1 deletions
|
@ -180,6 +180,7 @@ if __name__ == "__main__":
|
|||
'truncation_length': shared.settings['truncation_length'],
|
||||
'n_gqa': 0,
|
||||
'rms_norm_eps': 0,
|
||||
'rope_freq_base': 0,
|
||||
}
|
||||
|
||||
shared.model_config.move_to_end('.*', last=False) # Move to the beginning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue