Browse Source

aqlm works on pascal

AlpinDale 7 months ago
parent
commit
2649f3f14e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      aphrodite/quantization/aqlm.py

+ 1 - 1
aphrodite/quantization/aqlm.py

@@ -196,7 +196,7 @@ class AQLMConfig(QuantizationConfig):
 
     @classmethod
     def get_min_capability(cls) -> int:
-        return 70
+        return 60
 
     @classmethod
     def get_config_filenames(cls) -> List[str]: