"vllm/executor/openvino_executor.py" did not exist on "bc8ad68455ce41ba672764f4a53df5a87d1dbe99"
Unverified Commit fbdb7b3e authored by sasha0552's avatar sasha0552 Committed by GitHub
Browse files

[Core] Allow AQLM on Pascal (#5058)

parent 1102bef2
......@@ -192,7 +192,7 @@ class AQLMConfig(QuantizationConfig):
@classmethod
def get_min_capability(cls) -> int:
return 70
return 60
@classmethod
def get_config_filenames(cls) -> List[str]:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment