From 3409853dfca552740d5dca7569d96b6d6fbfe607 Mon Sep 17 00:00:00 2001 From: Henk Date: Sun, 23 Jul 2023 23:26:35 +0200 Subject: [PATCH] Remove GPTQ for Colab --- requirements.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index c3487bb9..f58c3c13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -39,8 +39,6 @@ pytest-metadata==2.0.4 requests-mock==1.10.0 safetensors==0.3.1 git+https://github.com/0cc4m/hf_bleeding_edge/ -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 peft==0.3.0 scipy \ No newline at end of file