Skip to content

Commit

Permalink
update optimum min version (ModelCloud#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud authored Dec 19, 2024
1 parent 2d89e9c commit d4f6f08
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def validate_environment(self, *args, **kwargs):
)
elif is_gptqmodel_available() and (
version.parse(importlib.metadata.version("gptqmodel")) < version.parse("1.4.3")
or version.parse(importlib.metadata.version("optimum")) < version.parse("1.23.99")
or version.parse(importlib.metadata.version("optimum")) < version.parse("1.23.3")
):
raise ImportError("The gptqmodel version should be >= 1.4.3, optimum version should >= 1.24.0")

Expand Down

0 comments on commit d4f6f08

Please sign in to comment.