[Feature] use pytest for sgl-kernel (#4896)

This commit is contained in:
Adarsh Shirawalmath
2025-03-30 23:06:52 +05:30
committed by GitHub
parent 4ede6770cd
commit 9fccda3111
10 changed files with 263 additions and 290 deletions

View File

@@ -128,5 +128,4 @@ def test_awq_dequant_compare_implementations(
if __name__ == "__main__":
# Run the specific test function directly
pytest.main([__file__])