Commit 0e9aa161 authored by chenzk's avatar chenzk
Browse files

v1.0.4

parent d3e0fa63
Pipeline #1453 canceled with stages
FROM image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.1.0-ubuntu20.04-dtk24.04.1-py3.10
ENV DEBIAN_FRONTEND=noninteractive
# RUN yum update && yum install -y git cmake wget build-essential
# RUN source /opt/dtk-24.04.1/env.sh
# # 安装pip相关依赖
COPY requirements.txt requirements.txt
RUN pip3 install -r requirements.txt -i http://mirrors.aliyun.com/pypi/simple/ --trusted-host mirrors.aliyun.com
# accelerate==0.21.0
# transformers==4.37.2
peft==0.10.0
# bitsandbytes==0.39.0
loguru==0.7.0
numpy==1.26.4
pandas==2.2.2
# tqdm==4.62.3
# deepspeed==0.9.5
tensorboard
sentencepiece
transformers_stream_generator
tiktoken
einops
httpx
scipy
# torch==1.13.1
mmengine
# xformers
astunparse==1.6.2
# flash_attn
datasets
trl==0.7.11
typing_extensions==4.9.0
mpi4py
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment