Skip to content

Commit 566a82e

Browse files
author
rshaw@neuralmagic.com
committed
update min capability
1 parent 36425d2 commit 566a82e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/layers/quantization/compressed_tensors/compressed_tensors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def get_supported_act_dtypes(cls) -> List[torch.dtype]:
3636

3737
@classmethod
3838
def get_min_capability(cls) -> int:
39-
return 75
39+
return 70
4040

4141
def get_name(self) -> str:
4242
return "compressed_tensors"

0 commit comments

Comments
 (0)