Skip to content

Commit

Permalink
Final Cut (#3354)
Browse files Browse the repository at this point in the history
* bump version

* rm pip install

Co-authored-by: tsai <caishenghang@1f-dev.kbaeegfb1x0ubnoznzequyxzve.bx.internal.cloudapp.net>
Former-commit-id: f1e94de
  • Loading branch information
jackalcooper and tsai authored Jul 31, 2020
1 parent 28ea268 commit dfdf106
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
20 changes: 7 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,20 @@
- To install latest release of OneFlow with CUDA support:

```
python3 -m pip install oneflow_cu102 --user
python3 -m pip install --find-links https://oneflow-inc.github.io/nightly oneflow_cu102 --user
```

- To install OneFlow with legacy CUDA support, run one of:
```
python3 -m pip install oneflow_cu101
python3 -m pip install oneflow_cu100
python3 -m pip install oneflow_cu92
python3 -m pip install oneflow_cu91
python3 -m pip install oneflow_cu90
python3 -m pip install --find-links https://oneflow-inc.github.io/nightly oneflow_cu101 --user
python3 -m pip install --find-links https://oneflow-inc.github.io/nightly oneflow_cu100 --user
python3 -m pip install --find-links https://oneflow-inc.github.io/nightly oneflow_cu92 --user
python3 -m pip install --find-links https://oneflow-inc.github.io/nightly oneflow_cu91 --user
python3 -m pip install --find-links https://oneflow-inc.github.io/nightly oneflow_cu90 --user
```

- Support for latest stable version of CUDA will be prioritized. Please upgrade your Nvidia driver to version 440.33 or above and install `oneflow_cu102` if possible. For more information, please refer to [CUDA compatibility documentation](https://docs.nvidia.com/deploy/cuda-compatibility/index.html).

- To install nightly release of OneFlow:

```
python3 -m pip install --find-links https://oneflow-inc.github.io/nightly oneflow_cu102 --user
```

- CPU-only OneFlow is not available for now.

- Releases are built with G++/GCC 4.8.5, cuDNN 7 and MKL 2020.0-088.
Expand Down Expand Up @@ -124,7 +118,7 @@ Please refer to [troubleshooting](docs/source/troubleshooting.md) for common iss
1. Clone the demo code from OneFlow documentation
```
git clone https://github.com/Oneflow-Inc/oneflow-documentation.git
cd oneflow-documentation/cn/docs/code/quick_start/
cd oneflow-documentation/cn/docs/code/quick_start/
```
2. Run it in Python
```
Expand Down
2 changes: 1 addition & 1 deletion oneflow/python/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
See the License for the specific language governing permissions and
limitations under the License.
"""
__version__ = "0.1.7"
__version__ = "0.1.8"

0 comments on commit dfdf106

Please sign in to comment.