Skip to content

Commit

Permalink
[Core] Allow AQLM on Pascal (#5058)
Browse files Browse the repository at this point in the history
  • Loading branch information
sasha0552 authored May 27, 2024
1 parent 1102bef commit fbdb7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vllm/model_executor/layers/quantization/aqlm.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def get_supported_act_dtypes(cls) -> List[torch.dtype]:

@classmethod
def get_min_capability(cls) -> int:
return 70
return 60

@classmethod
def get_config_filenames(cls) -> List[str]:
Expand Down

0 comments on commit fbdb7b3

Please sign in to comment.