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 48dbcb5 commit 3f01afaCopy full SHA for 3f01afa
src/llmcompressor/modifiers/awq/base.py
@@ -1,6 +1,6 @@
1
import inspect
2
-from typing import Dict, List, Optional, Tuple, Union
3
import warnings
+from typing import Dict, List, Optional, Tuple, Union
4
5
import torch
6
from compressed_tensors.quantization import (
0 commit comments