Unverified Commit 9cd9dc83 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Temporarily disable unit test of torch native attention backend (#2492)

parent 7a1aecb9
......@@ -34,7 +34,8 @@ suites = {
"test_srt_endpoint.py",
"test_torch_compile.py",
"test_torch_compile_moe.py",
"test_torch_native_attention_backend.py",
# Temporarily disable this because it requires PyTorch >= 2.5
# "test_torch_native_attention_backend.py",
"test_torchao.py",
"test_triton_attention_kernels.py",
"test_triton_attention_backend.py",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment