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: ")