[Hardware][AMD] Remove ROCm skip conditions for transformers backend tests (#29782)
Signed-off-by: badaoui <abdennacerbadaoui0@gmail.com>
This commit is contained in:
committed by
GitHub
parent
092bb73b8a
commit
d0985c5feb
@@ -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",
|
||||||
[
|
[
|
||||||
|
|||||||
Reference in New Issue
Block a user