From a9fa199c49ee8e903d609f2cab394a87b8a87d24 Mon Sep 17 00:00:00 2001 From: 0cc4m Date: Sat, 6 May 2023 21:30:33 +0200 Subject: [PATCH] Rename gptq module, pull fix --- docs/gptq-whl-links.html | 6 +++--- environments/huggingface.yml | 2 +- environments/rocm.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/gptq-whl-links.html b/docs/gptq-whl-links.html index 427185db..08cd0cd7 100644 --- a/docs/gptq-whl-links.html +++ b/docs/gptq-whl-links.html @@ -1,3 +1,3 @@ -gptq-0.0.1-cp38-cp38-linux_x86_64.whl -gptq_rocm-0.0.1-cp38-cp38-linux_x86_64.whl -gptq-0.0.1-cp38-cp38-win_amd64.whl +gptq_koboldai-0.0.1-cp38-cp38-linux_x86_64.whl +gptq_koboldai_rocm-0.0.1-cp38-cp38-linux_x86_64.whl +gptq_koboldai-0.0.1-cp38-cp38-win_amd64.whl diff --git a/environments/huggingface.yml b/environments/huggingface.yml index f7fad2de..12978b39 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 + - gptq_koboldai==0.0.1 - einops diff --git a/environments/rocm.yml b/environments/rocm.yml index 2b979d4c..0cb44eb1 100644 --- a/environments/rocm.yml +++ b/environments/rocm.yml @@ -44,5 +44,5 @@ dependencies: - diffusers - git+https://github.com/0cc4m/hf_bleeding_edge/ - --find-links=https://0cc4m.github.io/KoboldAI/gptq-whl-links.html - - gptq_rocm + - gptq_koboldai_rocm==0.0.1 - einops