rename package

Former-commit-id: 308edbc426
This commit is contained in:
hiyouga
2024-05-16 18:39:08 +08:00
parent 93a289107b
commit cae823ddf0
109 changed files with 31 additions and 31 deletions

View File

@@ -6,7 +6,7 @@ COPY requirements.txt /app/
RUN pip install -r requirements.txt
COPY . /app/
RUN pip install -e .[deepspeed,metrics,bitsandbytes,qwen]
RUN pip install -e .[metrics,bitsandbytes,qwen]
VOLUME [ "/root/.cache/huggingface/", "/app/data", "/app/output" ]
EXPOSE 7860