From be11f506c7d0ff67db1969cc78d6e4dcd3f8b1f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 11:29:12 +0000 Subject: [PATCH] build: bump gptqmodel from 4.0.0.dev0+cu126torch2.7 to 5.7.0 Bumps [gptqmodel](https://github.com/ModelCloud/GPTQModel) from 4.0.0.dev0+cu126torch2.7 to 5.7.0. - [Release notes](https://github.com/ModelCloud/GPTQModel/releases) - [Commits](https://github.com/ModelCloud/GPTQModel/commits/v5.7.0) --- updated-dependencies: - dependency-name: gptqmodel dependency-version: 5.7.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d61685e4..85351f86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -168,7 +168,7 @@ gptq = [ "threadpoolctl", "device-smi", "random-word", - "gptqmodel==4.0.0.dev0+cu126torch2.7; sys_platform != 'darwin' or platform_machine != 'arm64'", + "gptqmodel==5.7.0; sys_platform != 'darwin' or platform_machine != 'arm64'", "gptqmodel; sys_platform == 'darwin' and platform_machine == 'arm64'", ] awq = [