mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-01-16 18:24:32 +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
|
||||
def get_min_capability(cls) -> int:
|
||||
return 70
|
||||
return 80
|
||||
|
||||
@classmethod
|
||||
def get_config_filenames(cls) -> List[str]:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user