[Core] Allow AQLM on Pascal (#5058)

This commit is contained in:
sasha0552 2024-05-27 22:26:14 +00:00 committed by GitHub
parent 1102bef219
commit fbdb7b3ee2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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]: