[Core] Add Ascend Quant Config to main branch #66
Annotations
7 errors
Ruff (F401):
tests/quantization/test_mindie_turbo.py#L31
tests/quantization/test_mindie_turbo.py:31:51: F401 `vllm_ascend.quantization.quant_config.AscendLinearMethod` imported but unused
|
Ruff (F401):
tests/quantization/utils.py#L18
tests/quantization/utils.py:18:8: F401 `os` imported but unused
|
Ruff (F401):
tests/quantization/utils.py#L19
tests/quantization/utils.py:19:8: F401 `shutil` imported but unused
|
Ruff (F401):
tests/quantization/utils.py#L28
tests/quantization/utils.py:28:16: F401 `mindie_turbo` imported but unused
|
Ruff (E722):
tests/quantization/utils.py#L29
tests/quantization/utils.py:29:5: E722 Do not use bare `except`
|
Ruff (F401):
vllm_ascend/quantization/quant_config.py#L22
vllm_ascend/quantization/quant_config.py:22:8: F401 `torch_npu` imported but unused
|
ruff (3.12)
Process completed with exit code 1.
|