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
OpenDAS
Oneflow
Commits
26361e29
You need to sign in or sign up before continuing.
Commit
26361e29
authored
May 06, 2023
by
yuguo960516yuguo
Browse files
README_HIP
parent
18a62a22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
README_HIP.md
README_HIP.md
+6
-6
No files found.
README_HIP.md
View file @
26361e29
...
@@ -2,17 +2,17 @@
...
@@ -2,17 +2,17 @@
OneFlow 是一个深度学习框架,旨在
**易用,可扩展且高效**
。使用 OneFlow,很容易做到:
OneFlow 是一个深度学习框架,旨在
**易用,可扩展且高效**
。使用 OneFlow,很容易做到:
-
模型编程使用与
**
pytorch类似的API
**
-
模型编程使用与
pytorch
类似的
API
-
使用 global API 将模型扩展到 n 维并行以便于分布式执行
-
使用 global API 将模型扩展到 n 维并行以便于分布式执行
-
使用
**
静态图编译器
**
加速/部署模型
-
使用静态图编译器加速/部署模型
## Latest News
## Latest News
-
Version 0.9.0 is out!
-
Version 0.9.0 is out!
-
[
Full changelog
](
https://github.com/Oneflow-Inc/oneflow/releases/tag/v0.9.0
)
-
[
Full changelog
](
https://github.com/Oneflow-Inc/oneflow/releases/tag/v0.9.0
)
##
Install
OneFlow-DCU
##
安装
OneFlow-DCU
### System Requirements
### System Requirements
...
@@ -20,7 +20,7 @@ OneFlow 是一个深度学习框架,旨在**易用,可扩展且高效**。
...
@@ -20,7 +20,7 @@ OneFlow 是一个深度学习框架,旨在**易用,可扩展且高效**。
-
Python 3.7, 3.8, 3.9
-
Python 3.7, 3.8, 3.9
-
(
**
Highly recommended
**
) Upgrade pip
-
(
**
推荐
**
) Upgrade pip
```
```
python3 -m pip install --upgrade pip #--user
python3 -m pip install --upgrade pip #--user
...
@@ -50,7 +50,7 @@ docker pull image.sourcefind.cn:5000/dcu/admin/base/oneflow:0.9.1-centos7.6-dtk-
...
@@ -50,7 +50,7 @@ docker pull image.sourcefind.cn:5000/dcu/admin/base/oneflow:0.9.1-centos7.6-dtk-
docker pull oneflowinc/manylinux2014_x86_64_cpu:latest
docker pull oneflowinc/manylinux2014_x86_64_cpu:latest
```
```
-
使用官网镜像建立 docker
:
-
使用官网镜像建立 docker
```
```
docker run -it --network=host --name=oneflow_compile --privileged --device=/dev/kfd --device=/dev/dri --ipc=host --shm-size=16G --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -u root --ulimit stack=-1:-1 --ulimit memlock=-1:-1 -v /public/home/xxx:/home oneflowinc/manylinux2014_x86_64_cpu:latest
docker run -it --network=host --name=oneflow_compile --privileged --device=/dev/kfd --device=/dev/dri --ipc=host --shm-size=16G --group-add video --cap-add=SYS_PTRACE --security-opt seccomp=unconfined -u root --ulimit stack=-1:-1 --ulimit memlock=-1:-1 -v /public/home/xxx:/home oneflowinc/manylinux2014_x86_64_cpu:latest
...
@@ -116,7 +116,7 @@ docker pull image.sourcefind.cn:5000/dcu/admin/base/oneflow:0.9.1-centos7.6-dtk-
...
@@ -116,7 +116,7 @@ docker pull image.sourcefind.cn:5000/dcu/admin/base/oneflow:0.9.1-centos7.6-dtk-
-
验证安装
-
验证安装
```
```
source source.sh
#
将oneflow导入PYTHONPATH
cd build &&
source source.sh
#
将oneflow导入PYTHONPATH
python3 -c “import oneflow”
python3 -c “import oneflow”
```
```
...
...
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