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

This commit is contained in:
Adarsh Shirawalmath
2025-03-30 10:36:52 -07:00
committed by GitHub
parent 4ede6770cd
commit 9fccda3111
10 changed files with 263 additions and 290 deletions
-1
View File
@@ -128,5 +128,4 @@ def test_awq_dequant_compare_implementations(
if __name__ == "__main__":
# Run the specific test function directly
pytest.main([__file__])