From e0288145bf4044ae094198f926583ae836ccad4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2026 21:52:48 +0000 Subject: [PATCH] build: bump gptqmodel from 4.0.0.dev0+cu126torch2.7 to 6.0.0 Bumps [gptqmodel](https://github.com/ModelCloud/GPTQModel) from 4.0.0.dev0+cu126torch2.7 to 6.0.0. - [Release notes](https://github.com/ModelCloud/GPTQModel/releases) - [Commits](https://github.com/ModelCloud/GPTQModel/commits/v6.0.0) --- updated-dependencies: - dependency-name: gptqmodel dependency-version: 6.0.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 5b1eb704..688dc96f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -176,7 +176,7 @@ gptq = [ "threadpoolctl", "device-smi", "random-word", - "gptqmodel==4.0.0.dev0+cu126torch2.7; sys_platform != 'darwin' or platform_machine != 'arm64'", + "gptqmodel==6.0.0; sys_platform != 'darwin' or platform_machine != 'arm64'", "gptqmodel; sys_platform == 'darwin' and platform_machine == 'arm64'", ] awq = [