"docs/vscode:/vscode.git/clone" did not exist on "17f36f1b2ecdcfcd42d83c6f5526aff7ac6fb0c4"
Unverified Commit fd63b62e authored by Enrique Shockwave's avatar Enrique Shockwave Committed by GitHub
Browse files

fix compressed tensors WNA16 imports (#8142)

parent 719b29f2
......@@ -40,7 +40,10 @@ from sglang.srt.layers.quantization.compressed_tensors.utils import (
from sglang.srt.layers.quantization.unquant import UnquantizedLinearMethod
try:
import vllm
from vllm.model_executor.layers.quantization.compressed_tensors.schemes.compressed_tensors_wNa16 import (
WNA16_SUPPORTED_BITS,
CompressedTensorsWNA16,
)
VLLM_AVAILABLE = True
except ImportError:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment