[Misc] Update marlin to use vLLMParameters (#7803)

This commit is contained in:
Dipika Sikka
2024-08-23 14:30:52 -04:00
committed by GitHub
parent 35ee2ad6b9
commit f1df5dbfd6
3 changed files with 41 additions and 34 deletions

View File

@@ -22,7 +22,8 @@ logger = init_logger(__name__)
WEIGHT_LOADER_V2_SUPPORTED = [
"CompressedTensorsLinearMethod", "AWQMarlinLinearMethod",
"AWQLinearMethod", "GPTQMarlinLinearMethod", "Fp8LinearMethod"
"AWQLinearMethod", "GPTQMarlinLinearMethod", "Fp8LinearMethod",
"MarlinLinearMethod"
]