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 77b2614 commit c4cd97cCopy full SHA for c4cd97c
tests/llmcompressor/modifiers/awq/test_base.py
@@ -1,9 +1,6 @@
1
import pytest
2
import torch
3
-from compressed_tensors.quantization import (
4
- QuantizationArgs,
5
- QuantizationScheme,
6
-)
+from compressed_tensors.quantization import QuantizationArgs, QuantizationScheme
7
from pydantic import ValidationError
8
9
from llmcompressor.modifiers.awq import AWQMapping, AWQModifier
0 commit comments