[Hardware][CPU] Support AWQ for CPU backend (#7515)

This commit is contained in:
Li, Jiang
2024-10-10 00:28:08 +08:00
committed by GitHub
parent 7dea289066
commit ca77dd7a44
9 changed files with 214 additions and 7 deletions

View File

@@ -27,7 +27,7 @@ WEIGHT_LOADER_V2_SUPPORTED = [
"AWQLinearMethod", "GPTQMarlinLinearMethod", "Fp8LinearMethod",
"MarlinLinearMethod", "QQQLinearMethod", "GPTQMarlin24LinearMethod",
"TPUInt8LinearMethod", "GPTQLinearMethod", "FBGEMMFp8LinearMethod",
"ModelOptFp8LinearMethod"
"ModelOptFp8LinearMethod", "IPEXAWQLinearMethod"
]