Skip to content

Commit

Permalink
Fix OpenVINO test on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
helena-intel committed Aug 24, 2024
1 parent 4b31bfa commit 4c26bad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/test_sentence_transformer.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

from __future__ import annotations

import gc
import json
import logging
import os
Expand Down Expand Up @@ -725,3 +726,5 @@ def test_openvino_backend() -> None:
assert np.allclose(
local_openvino_result, openvino_result
), "OpenVINO saved model output differs from in-memory converted model"
del local_openvino_model
gc.collect()

0 comments on commit 4c26bad

Please sign in to comment.