Clean up diff

This commit is contained in:
Andy Barry 2023-04-08 01:27:56 -04:00
parent 31614fc2c4
commit 191d92c940
2 changed files with 2 additions and 4 deletions

View File

@ -49,7 +49,7 @@ COPY --from=downloader llama-7b-4bit.pt llama-7b-4bit.pt
RUN git clone --depth=1 --branch main https://github.com/oobabooga/text-generation-webui.git text-generation-webui-tmp
RUN --mount=type=cache,target=/root/.cache pip install --user markdown
RUN --mount=type=cache,target=/root/.cache pip install --user markdown gradio
# Apply monkey patch
RUN cd text-generation-webui-tmp && printf '%s'"import custom_monkey_patch # apply monkey patch\nimport gc\n\n" | cat - server.py > tmpfile && mv tmpfile server.py

View File

@ -3,9 +3,7 @@ accelerate
bitsandbytes
datasets
sentencepiece
safetensors==0.3.0
gradio
semantic-version==2.10.0
safetensors
flash-attn
triton
colorama