Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
hh-space-invader committed Sep 18, 2024
1 parent 3ef9486 commit c683df2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_text_onnx_embeddings.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ def test_embedding():
if CI:
print(MODELS_CACHE_DIR, "<<<<<<<<<<<<")
os.rename(
"a\\models--qdrant--multilingual-e5-large-onnx\\blobs\\0cf1883fee81c63819a44e2ba0efa51d4043d9759685a4ebebbde97e0623d15c",
"a\\models--qdrant--multilingual-e5-large-onnx\\blobs\\a",
"m\\models--qdrant--multilingual-e5-large-onnx\\blobs\\0cf1883fee81c63819a44e2ba0efa51d4043d9759685a4ebebbde97e0623d15c",
"m\\models--qdrant--multilingual-e5-large-onnx\\blobs\\a",
)
shutil.rmtree(MODELS_CACHE_DIR)

Expand Down

0 comments on commit c683df2

Please sign in to comment.