From 31219146ecf98e645e9b49fa09a0552bce537d60 Mon Sep 17 00:00:00 2001 From: Anas Ahouzi <112881240+aahouzi@users.noreply.github.com> Date: Fri, 17 May 2024 21:08:25 +0200 Subject: [PATCH] Fix space --- convert-hf-to-gguf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/convert-hf-to-gguf.py b/convert-hf-to-gguf.py index 61b73a3a8..3e6f65e4c 100755 --- a/convert-hf-to-gguf.py +++ b/convert-hf-to-gguf.py @@ -474,6 +474,7 @@ class Model: # ref: https://huggingface.co/jinaai/jina-embeddings-v2-base-de res = "jina-v2-de" + if res is None: logger.warning("\n") logger.warning("**************************************************************************************")