From c594992d6a7e23fb8e11ff5137d26a448d25a071 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sun, 23 Jul 2023 12:30:47 +0300 Subject: [PATCH] py : oh boy .. ggml-ci --- convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert.py b/convert.py index b3bd76fae..8d7af06d1 100755 --- a/convert.py +++ b/convert.py @@ -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)