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