Skip to content

Commit be11f50

Browse files
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] <support@github.com>
1 parent 8014bf9 commit be11f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ gptq = [
168168
"threadpoolctl",
169169
"device-smi",
170170
"random-word",
171-
"gptqmodel==4.0.0.dev0+cu126torch2.7; sys_platform != 'darwin' or platform_machine != 'arm64'",
171+
"gptqmodel==5.7.0; sys_platform != 'darwin' or platform_machine != 'arm64'",
172172
"gptqmodel; sys_platform == 'darwin' and platform_machine == 'arm64'",
173173
]
174174
awq = [

0 commit comments

Comments
 (0)