move llama core into hf-embed

This commit is contained in:
Paul Gauthier 2024-07-10 17:44:26 +01:00
parent 504a72b5cb
commit 9e3eb4fce5
8 changed files with 26 additions and 113 deletions

View file

@ -7,7 +7,7 @@ RUN apt-get update && \
COPY . /aider
RUN pip install --no-cache-dir /aider
RUN pip install --no-cache-dir /aider[hf] --extra-index-url https://download.pytorch.org/whl/cpu
RUN pip install --no-cache-dir /aider[hf-embed] --extra-index-url https://download.pytorch.org/whl/cpu
# Final stage
FROM python:3.10-slim