Commit cc5ece20 authored by yuguo's avatar yuguo
Browse files

update

parent c183b61c
...@@ -63,8 +63,8 @@ class Linear1D(nn.Module): ...@@ -63,8 +63,8 @@ class Linear1D(nn.Module):
docker pull image.sourcefind.cn:5000/dcu/admin/base/oneflow:0.9.1-centos7.6-dtk-22.10.1-py39-latest 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替换 # <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/bloom_oneflow:/home/bloom_oneflow -it <Your Image ID> bash docker run --shm-size 16g --network=host --name=bloom_oneflow --privileged --device=/dev/kfd --device=/dev/dri --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -v $PWD/bloom_oneflow:/home/bloom_oneflow -it <Your Image ID> bash
cd bloom_oneflow cd /home/bloom_oneflow
pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple pip3 install -r requirements.txt -i https://mirrors.aliyun.com/pypi/simple
pip3 install pybind11 -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 pip3 install -e . -i https://mirrors.aliyun.com/pypi/simple
......
# 模型唯一标识 # 模型唯一标识
modelCode=74 modelCode=74
# 模型名称 # 模型名称
modelName=BLOOM_OneFlow modelName=BLOOM_oneflow
# 模型描述 # 模型描述
modelDescription=基于Oneflow框架的bloom-7b1 modelDescription=基于Oneflow框架的bloom-7b1
# 应用场景(多个标签以英文逗号分割) # 应用场景(多个标签以英文逗号分割)
......
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