mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-07-24 05:07:11 +08:00
[Bugfix] Disable gptq_bitblas for <SM80 to fix GPTQ on V100/T4 (#17541)
Signed-off-by: mgoin <mgoin64@gmail.com>
This commit is contained in:
parent
39c0813a7f
commit
24aebae177
@ -134,7 +134,7 @@ class GPTQBitBLASConfig(QuantizationConfig):
|
|||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_min_capability(cls) -> int:
|
def get_min_capability(cls) -> int:
|
||||||
return 70
|
return 80
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def get_config_filenames(cls) -> List[str]:
|
def get_config_filenames(cls) -> List[str]:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user