Commit 68cca125 authored by yuguo's avatar yuguo
Browse files

Oneflow 0.8 for DCU

parent 21d47d0e
# 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**.
[![Simple CI](https://github.com/Oneflow-Inc/oneflow/actions/workflows/simple.yml/badge.svg)](https://github.com/Oneflow-Inc/oneflow/actions/workflows/simple.yml) [![Simple CI](https://github.com/Oneflow-Inc/oneflow/actions/workflows/simple.yml/badge.svg)](https://github.com/Oneflow-Inc/oneflow/actions/workflows/simple.yml)
[![Nightly Docker Image](https://github.com/Oneflow-Inc/docker-images/actions/workflows/oneflow-nightly.yml/badge.svg)](https://github.com/Oneflow-Inc/docker-images/actions/workflows/oneflow-nightly.yml) [![Nightly Docker Image](https://github.com/Oneflow-Inc/docker-images/actions/workflows/oneflow-nightly.yml/badge.svg)](https://github.com/Oneflow-Inc/docker-images/actions/workflows/oneflow-nightly.yml)
...@@ -9,10 +12,8 @@ ...@@ -9,10 +12,8 @@
## Latest News ## Latest News
- Version 0.7.0 is out! - Version 0.8.0 is out!
- Introducing global tensor - [Full changelog](https://github.com/Oneflow-Inc/oneflow/releases/tag/v0.8.0)
- Semi-auto parallelization has landed
- [Full changelog](https://github.com/Oneflow-Inc/oneflow/releases/tag/v0.7.0)
## Publication ## Publication
...@@ -35,7 +36,7 @@ ...@@ -35,7 +36,7 @@
### System Requirements ### System Requirements
- Linux. As for now, there is no pre-built release for macOS, Windows. - 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 - (**Highly recommended**) Upgrade pip
``` ```
...@@ -53,7 +54,7 @@ ...@@ -53,7 +54,7 @@
- To install latest stable release of OneFlow with CUDA support: - To install latest stable release of OneFlow with CUDA support:
```bash ```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: - To install nightly release of OneFlow with CUDA support:
...@@ -66,7 +67,7 @@ ...@@ -66,7 +67,7 @@
- Stable - Stable
```bash ```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 - Nightly
``` ```
......
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