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
50d3e90c
Commit
50d3e90c
authored
Sep 07, 2024
by
dcuai
Browse files
Update README.md
parent
d6481705
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
README.md
README.md
+9
-4
No files found.
README.md
View file @
50d3e90c
...
...
@@ -16,9 +16,10 @@ OneFlow 是一个深度学习框架,旨在**易用,可扩展且高效**。
## 安装 OneFlow-DCU
###
System Requirements
System Requirements
-
Linux.
组件支持
-
Python 3.7, 3.8, 3.9
...
...
@@ -28,7 +29,7 @@ OneFlow 是一个深度学习框架,旨在**易用,可扩展且高效**。
python3 -m pip install --upgrade pip #--user
```
### Pip 安装
###
1、使用
Pip 安装
可以再光合
[
光合开发者社区
](
https://developer.hpccube.com/tool/#sdk
)
AI 生态包中获取最新的 Oneflow-DCU Release 版本(需对应 DCU Toolkit 版本与 python 版本)
...
...
@@ -36,7 +37,7 @@ OneFlow 是一个深度学习框架,旨在**易用,可扩展且高效**。
python3
-m
pip
install
oneflow-0.9+dtk2304.git.5be579-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
```
### 使用镜像
###
2、
使用镜像
提供 oneflow 0.9,dtk-23.04,python 3.9 的光源镜像
...
...
@@ -44,7 +45,7 @@ python3 -m pip install oneflow-0.9+dtk2304.git.5be579-cp39-cp39-manylinux_2_17_x
docker pull image.sourcefind.cn:5000/dcu/admin/base/oneflow:0.9.1-centos7.6-dtk-23.04-py39-latest
```
### 在 DCU 平台上源码编译(DTK-23.04,Python3.9)
###
3、
在 DCU 平台上源码编译(DTK-23.04,Python3.9)
-
拉取官方 CPU 镜像
...
...
@@ -123,6 +124,10 @@ docker pull image.sourcefind.cn:5000/dcu/admin/base/oneflow:0.9.1-centos7.6-dtk-
python3 -c “import oneflow”
```
## Known Issue
-
无
## 参考资料
### Advanced features
-
[
OneFlow-XRT
](
https://github.com/Oneflow-Inc/oneflow-xrt
)
: An extension for OneFlow to target third-party compiler, such as XLA, TensorRT and OpenVINO etc.
...
...
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