From f345e649e8e8f4b6412c5da2a4033d7cfa3aa93b Mon Sep 17 00:00:00 2001 From: Shenghang Tsai <jackalcooper@gmail.com> Date: Sun, 2 Aug 2020 11:24:27 +0800 Subject: [PATCH] add tuna (#3378) --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 499b99a6c..dc05f0ef1 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,12 @@ python3 -m pip install --find-links https://oneflow-inc.github.io/nightly oneflow_cu90 --user ``` + - If you are in China, you could run this to have pip download packages from domestic mirror of pypi: + ``` + python3 -m pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple + ``` + For more information on this, please refer to [pypi 镜像使用帮助](https://mirror.tuna.tsinghua.edu.cn/help/pypi/) + - 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). - CPU-only OneFlow is not available for now. -- GitLab