Skip to content

Commit

Permalink
up GPTQMODEL_MINIMUM_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
LRL-ModelCloud committed Dec 25, 2024
1 parent c762c14 commit 2cf0637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optimum/utils/import_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ def _is_package_available(pkg_name: str, return_version: bool = False) -> Union[
TRANSFORMERS_MINIMUM_VERSION = version.parse("4.25.0")
DIFFUSERS_MINIMUM_VERSION = version.parse("0.22.0")
AUTOGPTQ_MINIMUM_VERSION = version.parse("0.4.99") # Allows 0.5.0.dev0
GPTQMODEL_MINIMUM_VERSION = version.parse("1.4.2")
GPTQMODEL_MINIMUM_VERSION = version.parse("1.5.1")


# This is the minimal required version to support some ONNX Runtime features
Expand Down

0 comments on commit 2cf0637

Please sign in to comment.