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
68cca125
Commit
68cca125
authored
Oct 24, 2022
by
yuguo
Browse files
Oneflow 0.8 for DCU
parent
21d47d0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
9 deletions
+10
-9
README.md
README.md
+10
-9
No files found.
README.md
View file @
68cca125
# OneFlow
# OneFlow
**OneFlow is a performance-centered and open-source deep learning framework.**
OneFlow is a deep learning framework designed to be
**user-friendly, scalable and efficient**
. With OneFlow, it is easy to:
-
program a model with
**PyTorch-like API**
-
scale a model to n-dimensional-parallel/distributed execution with the
**Global View API**
-
accelerate/deploy a model with the
**Static Graph Compiler**
.
[

](https://github.com/Oneflow-Inc/oneflow/actions/workflows/simple.yml)
[

](https://github.com/Oneflow-Inc/docker-images/actions/workflows/oneflow-nightly.yml)
...
...
@@ -9,10 +12,8 @@
## Latest News
-
Version 0.7.0 is out!
-
Introducing global tensor
-
Semi-auto parallelization has landed
-
[
Full changelog
](
https://github.com/Oneflow-Inc/oneflow/releases/tag/v0.7.0
)
-
Version 0.8.0 is out!
-
[
Full changelog
](
https://github.com/Oneflow-Inc/oneflow/releases/tag/v0.8.0
)
## Publication
...
...
@@ -35,7 +36,7 @@
### System Requirements
-
Linux. As for now, there is no pre-built release for macOS, Windows.
-
Python
3.6,
3.7, 3.8, 3.9, 3.10
-
Python 3.7, 3.8, 3.9, 3.10
-
(
**Highly recommended**
) Upgrade pip
```
...
...
@@ -53,7 +54,7 @@
-
To install latest stable release of OneFlow with CUDA support:
```
bash
python3
-m
pip
install
-f
https://release.oneflow.info
oneflow
==
0.7.0+cu102
python3
-m
pip
install
oneflow
```
-
To install nightly release of OneFlow with CUDA support:
...
...
@@ -66,7 +67,7 @@
-
Stable
```
bash
python3
-m
pip
install
--find-links
https://release.oneflow.info
oneflow
==
0.
7
.0+[PLATFORM]
python3
-m
pip
install
--find-links
https://release.oneflow.info
oneflow
==
0.
8
.0+[PLATFORM]
```
-
Nightly
```
...
...
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