diff --git a/convert-hf-to-gguf.py b/convert-hf-to-gguf.py index 3e6f65e4c..6f705df8e 100755 --- a/convert-hf-to-gguf.py +++ b/convert-hf-to-gguf.py @@ -473,8 +473,7 @@ class Model: if chkhsh == "27949a2493fc4a9f53f5b9b029c82689cfbe5d3a1929bb25e043089e28466de6": # ref: https://huggingface.co/jinaai/jina-embeddings-v2-base-de res = "jina-v2-de" - - + if res is None: logger.warning("\n") logger.warning("**************************************************************************************")