From 7f81e25e3bdec2398d193fcd2013192936d69712 Mon Sep 17 00:00:00 2001 From: liyaxing Date: Wed, 27 Sep 2023 17:24:38 +0800 Subject: [PATCH] Add image embedding task and test case --- test/test_embedding.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test_embedding.py b/test/test_embedding.py index 7141bf5..e6fe4d7 100644 --- a/test/test_embedding.py +++ b/test/test_embedding.py @@ -67,7 +67,6 @@ def test_st(): ] # Compute embeddings - #embeddings = model.encode(sentences, convert_to_tensor=True) embeddings = model.encode(sentences) print("embeddings as follows: ")