Skip to content

Commit

Permalink
Workaround for sample failure with OV built by VS2022 (#28021)
Browse files Browse the repository at this point in the history
### Details:
When OV is built with VS2022 and imported after datasets module,
ov.Core() call fails with access violation error.

### Tickets:
 - CVS-158167

Signed-off-by: Alina Kladieva <[email protected]>
  • Loading branch information
akladiev authored Dec 11, 2024
1 parent ac89b43 commit bf8be26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/python/benchmark/bert_benchmark/bert_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
import tempfile
from time import perf_counter

import datasets
import openvino as ov
import datasets
from openvino.runtime import get_version
from transformers import AutoTokenizer
from transformers.onnx import export
Expand Down

0 comments on commit bf8be26

Please sign in to comment.