Fix settings.json being ignored because of config.yaml
This commit is contained in:
parent
a77965e801
commit
5eaa914e1b
3 changed files with 19 additions and 10 deletions
|
@ -1,11 +1,3 @@
|
|||
.*:
|
||||
wbits: 'None'
|
||||
model_type: 'None'
|
||||
groupsize: 'None'
|
||||
pre_layer: 0
|
||||
mode: 'chat'
|
||||
skip_special_tokens: true
|
||||
custom_stopping_strings: ''
|
||||
.*(llama|alpac|vicuna|guanaco|koala|llava|wizardlm|metharme|pygmalion-7b):
|
||||
model_type: 'llama'
|
||||
.*(opt-|opt_|opt1|opt3|optfor|galactica|galpaca|pygmalion-350m):
|
||||
|
@ -28,7 +20,7 @@
|
|||
wbits: 6
|
||||
.*(-5bit|_5bit|int5-):
|
||||
wbits: 5
|
||||
.*(-gr32-|-32g-|groupsize32):
|
||||
.*(-gr32-|-32g-|groupsize32|-32g$):
|
||||
groupsize: 32
|
||||
.*(-gr64-|-64g-|groupsize64):
|
||||
groupsize: 64
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue