[Misc] Fix get_min_capability (#5971)
This commit is contained in:
@@ -38,7 +38,7 @@ class BitsAndBytesConfig(QuantizationConfig):
|
||||
return [torch.float32, torch.float16, torch.bfloat16]
|
||||
|
||||
@classmethod
|
||||
def get_min_capability(self) -> int:
|
||||
def get_min_capability(cls) -> int:
|
||||
return 70
|
||||
|
||||
@staticmethod
|
||||
|
||||
Reference in New Issue
Block a user