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
MobileVLM_pytorch
Commits
f34eb488
Commit
f34eb488
authored
Apr 16, 2024
by
chenzk
Browse files
v1.0.1
parent
34164470
Pipeline
#859
failed with stages
in 0 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
31 additions
and
0 deletions
+31
-0
docker/Dockerfile
docker/Dockerfile
+8
-0
docker/requirements.txt
docker/requirements.txt
+23
-0
No files found.
docker/Dockerfile
0 → 100644
View file @
f34eb488
FROM
image.sourcefind.cn:5000/dcu/admin/base/pytorch:2.1.0-centos7.6-dtk23.10-py38
ENV
DEBIAN_FRONTEND=noninteractive
# RUN yum update && yum install -y git cmake wget build-essential
RUN
source
/opt/dtk-23.10/env.sh
# 安装pip相关依赖
COPY
requirements.txt requirements.txt
RUN
pip3
install
-i
http://mirrors.aliyun.com/pypi/simple/
--trusted-host
mirrors.aliyun.com
-r
requirements.txt
docker/requirements.txt
0 → 100644
View file @
f34eb488
#torch==2.0.1
#torchvision==0.15.2
#deepspeed==0.9.5
transformers==4.33.1
tokenizers==0.13.3
sentencepiece==0.1.99
shortuuid==1.0.11
accelerate==0.21.0
peft==0.4.0
#bitsandbytes==0.41.0
pydantic==1.10.13
markdown2==2.4.8
numpy
scikit-learn==1.2.2
gradio==3.35.2
requests==2.28.2
httpx==0.24.0
uvicorn==0.22.0
fastapi==0.103.0
einops==0.6.1
einops-exts==0.0.4
timm==0.9.12
#flash-attn==2.3.2
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