[Misc] Update marlin to use vLLMParameters (#7803)
This commit is contained in:
@@ -22,7 +22,8 @@ logger = init_logger(__name__)
|
||||
|
||||
WEIGHT_LOADER_V2_SUPPORTED = [
|
||||
"CompressedTensorsLinearMethod", "AWQMarlinLinearMethod",
|
||||
"AWQLinearMethod", "GPTQMarlinLinearMethod", "Fp8LinearMethod"
|
||||
"AWQLinearMethod", "GPTQMarlinLinearMethod", "Fp8LinearMethod",
|
||||
"MarlinLinearMethod"
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user