We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ed8bf2 commit 57088e4Copy full SHA for 57088e4
tests/kernels/test_int8_quant.py
@@ -1,6 +1,7 @@
1
import pytest
2
import torch
3
4
+# ruff: noqa: F401
5
import vllm._C
6
7
DTYPES = [torch.half, torch.bfloat16, torch.float]
0 commit comments