py : oh boy ..

ggml-ci
This commit is contained in:
Georgi Gerganov 2023-07-23 12:30:47 +03:00
parent 2dac31b358
commit c594992d6a

View file

@ -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)