mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2025-12-19 05:25:02 +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
|
@classmethod
|
||||||
def get_min_capability(cls) -> int:
|
def get_min_capability(cls) -> int:
|
||||||
return 70
|
return 60
|
||||||
|
|
||||||
@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