Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SqueezeLLM Support #1326

Merged
merged 19 commits into from
Oct 22, 2023
Prev Previous commit
Next Next commit
Minor
  • Loading branch information
WoosukKwon committed Oct 22, 2023
commit d77d3ed814d79145c05e0355d01c80f9424bcd3f
4 changes: 1 addition & 3 deletions vllm/model_executor/quantization_utils/squeezellm.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@ def get_min_capability(cls) -> int:

@classmethod
def get_config_filenames(cls) -> List[str]:
return [
"quant_config.json",
]
return ["quant_config.json"]

@classmethod
def from_config(cls, config: Dict[str, Any]) -> "SqueezeLLMConfig":
Expand Down