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
BLOOM_oneflow
Commits
cc5ece20
Commit
cc5ece20
authored
Sep 18, 2023
by
yuguo
Browse files
update
parent
c183b61c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+2
-2
model.properties
model.properties
+1
-1
No files found.
README.md
View file @
cc5ece20
...
@@ -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=b
ert
_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=b
loom
_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
...
...
model.properties
View file @
cc5ece20
# 模型唯一标识
# 模型唯一标识
modelCode
=
74
modelCode
=
74
# 模型名称
# 模型名称
modelName
=
BLOOM_
O
ne
F
low
modelName
=
BLOOM_
o
ne
f
low
# 模型描述
# 模型描述
modelDescription
=
基于Oneflow框架的bloom-7b1
modelDescription
=
基于Oneflow框架的bloom-7b1
# 应用场景(多个标签以英文逗号分割)
# 应用场景(多个标签以英文逗号分割)
...
...
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