Skip to content

Commit

Permalink
skip openvivo
Browse files Browse the repository at this point in the history
  • Loading branch information
baberabb committed Dec 30, 2024
1 parent 59f9ad4 commit bc844b9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions tests/models/test_openvino.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
# ruff: noqa
import random
import tempfile
from pathlib import Path

import pytest


pytestmark = pytest.mark.skip(
allow_module_level=True,
reason="openvivo tests failing due to `ImportError: cannot import name 'EncoderDecoderCache' from 'transformers'`",
)

from optimum.intel import OVModelForCausalLM
from transformers import AutoTokenizer

Expand Down

0 comments on commit bc844b9

Please sign in to comment.