From 2c18d9f2b5dba9caad378f3ed04f84d408720e36 Mon Sep 17 00:00:00 2001 From: 0cc4m Date: Thu, 18 May 2023 21:51:03 +0200 Subject: [PATCH] Update GPTQ module to 0.0.3 --- docs/gptq-whl-links.html | 3 +++ environments/huggingface.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/gptq-whl-links.html b/docs/gptq-whl-links.html index 64d15d3d..750c0746 100644 --- a/docs/gptq-whl-links.html +++ b/docs/gptq-whl-links.html @@ -5,3 +5,6 @@ gptq_koboldai-0.0.2-cp38-cp38-linux_x86_64.whl gptq_koboldai_rocm-0.0.2-cp38-cp38-linux_x86_64.whl gptq_koboldai-0.0.2-cp38-cp38-win_amd64.whl + +gptq_koboldai-0.0.3-cp38-cp38-linux_x86_64.whl +gptq_koboldai-0.0.3-cp38-cp38-win_amd64.whl diff --git a/environments/huggingface.yml b/environments/huggingface.yml index c381ea94..e4aac1ed 100644 --- a/environments/huggingface.yml +++ b/environments/huggingface.yml @@ -49,5 +49,5 @@ dependencies: - diffusers - git+https://github.com/0cc4m/hf_bleeding_edge/ - --find-links=https://0cc4m.github.io/KoboldAI/gptq-whl-links.html - - gptq_koboldai==0.0.2 + - gptq_koboldai==0.0.3 - einops