mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-05-14 19:09:07 +08:00
[Hardware][AMD] Remove ROCm skip conditions for transformers backend tests (#29782)
Signed-off-by: badaoui <abdennacerbadaoui0@gmail.com>
This commit is contained in:
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(
|
||||
"model,model_impl",
|
||||
[
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user