py : oh boy ..
ggml-ci
This commit is contained in:
parent
2dac31b358
commit
c594992d6a
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ class Params:
|
|||
|
||||
if hf_config_path.exists():
|
||||
params = Params.loadHFTransformerJson(model_plus.model, hf_config_path)
|
||||
else if orig_config_path.exists():
|
||||
elif orig_config_path.exists():
|
||||
params = Params.loadOriginalParamsJson(model_plus.model, orig_config_path)
|
||||
else:
|
||||
params = Params.guessed(model_plus.model)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue