awq.py 324 Bytes
Newer Older
1
# SPDX-License-Identifier: Apache-2.0
2
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
3
4
5
6
7
# Backward compatibility: AWQConfig and AWQLinearMethod have been consolidated
# into awq_marlin.py
from vllm.model_executor.layers.quantization.awq_marlin import (  # noqa: F401
    AWQConfig,
    AWQLinearMethod,
8
)