[Hardware][AMD] Remove ROCm skip conditions for transformers backend tests (#29782)

Signed-off-by: badaoui <abdennacerbadaoui0@gmail.com>
This commit is contained in:
BADAOUI Abdennacer
2025-12-01 19:03:13 +01:00
committed by GitHub
parent 092bb73b8a
commit d0985c5feb

View File

@@ -59,10 +59,6 @@ def check_implementation(
) )
@pytest.mark.skipif(
current_platform.is_rocm(),
reason="Llama-3.2-1B-Instruct, Ilama-3.2-1B produce memory access fault.",
)
@pytest.mark.parametrize( @pytest.mark.parametrize(
"model,model_impl", "model,model_impl",
[ [