Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ModelZoo
Firefly-Llama3_unsloth
Commits
0e9aa161
Commit
0e9aa161
authored
Jul 31, 2024
by
chenzk
Browse files
v1.0.4
parent
d3e0fa63
Pipeline
#1453
canceled with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
0 deletions
+33
-0
docker/Dockerfile
docker/Dockerfile
+8
-0
docker/requirements.txt
docker/requirements.txt
+25
-0
No files found.
docker/Dockerfile
0 → 100644
View file @
0e9aa161
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
docker/requirements.txt
0 → 100644
View file @
0e9aa161
# 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment