mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-16 10:45:45 +08:00
[Core] Allow AQLM on Pascal (#5058)
This commit is contained in:
parent
1102bef219
commit
fbdb7b3ee2
@ -192,7 +192,7 @@ class AQLMConfig(QuantizationConfig):
|
||||
|
||||
@classmethod
|
||||
def get_min_capability(cls) -> int:
|
||||
return 70
|
||||
return 60
|
||||
|
||||
@classmethod
|
||||
def get_config_filenames(cls) -> List[str]:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user