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
bert-large_oneflow
Commits
c3e8a30b
Commit
c3e8a30b
authored
Sep 18, 2023
by
yuguo
Browse files
update
parent
890a5f31
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
README.md
README.md
+1
-1
model.properties
model.properties
+1
-1
No files found.
README.md
View file @
c3e8a30b
...
...
@@ -35,7 +35,7 @@ BERT的全称为Bidirectional Encoder Representation from Transformers,是一
docker pull image.sourcefind.cn:5000/dcu/admin/base/oneflow:0.9.1-centos7.6-dtk-22.10.1-py39-latest
# <Your Image ID>用上面拉取docker镜像的ID替换
docker run --shm-size 16g --network=host --name=bert_oneflow --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v $PWD/bert-large_oneflow:/home/bert-large_oneflow -it <Your Image ID> bash
cd bert-large_oneflow
cd
/home/
bert-large_oneflow
pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple
pip3 install pybind11 -i https://mirrors.aliyun.com/pypi/simple
pip3 install -e . -i https://mirrors.aliyun.com/pypi/simple
...
...
model.properties
View file @
c3e8a30b
# 模型唯一标识
modelCode
=
65
# 模型名称
modelName
=
Bert-Large_
O
ne
F
low
modelName
=
Bert-Large_
o
ne
f
low
# 模型描述
modelDescription
=
基于OneFlow框架的Bert-Large模型
# 应用场景
...
...
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