Browse Source

aqlm works on pascal

AlpinDale 7 tháng trước cách đây
mục cha
commit
2649f3f14e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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]: