remove old gptq docker

This commit is contained in:
Wing Lian
2023-08-23 21:38:45 -04:00
parent a29560004b
commit ac37753aa2
3 changed files with 1 additions and 21 deletions

View File

@@ -11,7 +11,6 @@ RUN apt-get update && \
WORKDIR /workspace
RUN pip3 install "peft @ git+https://github.com/huggingface/peft.git@main"
RUN git clone --depth=1 https://github.com/OpenAccess-AI-Collective/axolotl.git
# If AXOLOTL_EXTRAS is set, append it in brackets
RUN cd axolotl && \