GPTQ Requirements

This commit is contained in:
Henk
2023-07-23 22:51:47 +02:00
parent 1facc73b66
commit 89637ae9d7
2 changed files with 4 additions and 3 deletions

View File

@@ -47,8 +47,8 @@ dependencies:
- pydub - pydub
- diffusers - diffusers
- git+https://github.com/0cc4m/hf_bleeding_edge/ - git+https://github.com/0cc4m/hf_bleeding_edge/
- --find-links=https://0cc4m.github.io/GPTQ-for-LLaMa/gptq-whl-links.html - https://github.com/0cc4m/GPTQ-for-LLaMa/releases/download/0.0.6/gptq_koboldai-0.0.6-cp38-cp38-linux_x86_64.whl; sys_platform == 'linux'
- gptq_koboldai==0.0.6 - https://github.com/0cc4m/GPTQ-for-LLaMa/releases/download/0.0.6/gptq_koboldai-0.0.6-cp38-cp38-win_amd64.whl; sys_platform == 'win32'
- einops - einops
- peft==0.3.0 - peft==0.3.0
- scipy - scipy

View File

@@ -39,7 +39,8 @@ pytest-metadata==2.0.4
requests-mock==1.10.0 requests-mock==1.10.0
safetensors==0.3.1 safetensors==0.3.1
git+https://github.com/0cc4m/hf_bleeding_edge/ git+https://github.com/0cc4m/hf_bleeding_edge/
--find-links=https://0cc4m.github.io/KoboldAI/gptq-whl-links.html gptq_koboldai==0.0.4 https://github.com/0cc4m/GPTQ-for-LLaMa/releases/download/0.0.6/gptq_koboldai-0.0.6-cp38-cp38-linux_x86_64.whl; sys_platform == 'linux'
https://github.com/0cc4m/GPTQ-for-LLaMa/releases/download/0.0.6/gptq_koboldai-0.0.6-cp38-cp38-win_amd64.whl; sys_platform == 'win32'
einops einops
peft==0.3.0 peft==0.3.0
scipy scipy