Commit c3e8a30b authored by yuguo's avatar yuguo
Browse files

update

parent 890a5f31
......@@ -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
......
# 模型唯一标识
modelCode=65
# 模型名称
modelName=Bert-Large_OneFlow
modelName=Bert-Large_oneflow
# 模型描述
modelDescription=基于OneFlow框架的Bert-Large模型
# 应用场景
......
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