From b93d13f2376eac6128c0b9d2553b7d3f82c995f8 Mon Sep 17 00:00:00 2001 From: Shenghang Tsai Date: Sat, 2 Sep 2023 07:28:49 +0800 Subject: [PATCH] Workaround for OSS error. change staging.oneflow.info -> aliyuncs.com (#10326) --- .github/workflows/test.yml | 2 +- README.md | 4 ++-- docs/requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8463bc730bb..23ce77ac191 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -934,7 +934,7 @@ jobs: issue_number: context.issue.number, owner: context.repo.owner, repo: context.repo.repo, - body: "View latest API docs preview at: https://staging.oneflow.info/${{ env.DOCS_PATH }}/" + body: "View latest API docs preview at: https://oneflow-staging.oss-cn-beijing.aliyuncs.com/${{ env.DOCS_PATH }}/" }) - name: Doctest timeout-minutes: 45 diff --git a/README.md b/README.md index 78737ef4cc9..310dacb8602 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ OneFlow is a deep learning framework designed to be **user-friendly, scalable an - To install nightly release of OneFlow with CUDA support: ```bash - python3 -m pip install --pre oneflow -f https://staging.oneflow.info/branch/master/cu117 + python3 -m pip install --pre oneflow -f https://oneflow-staging.oss-cn-beijing.aliyuncs.com/branch/master/cu117 ``` - To install other available builds for different variants: @@ -72,7 +72,7 @@ OneFlow is a deep learning framework designed to be **user-friendly, scalable an ``` - Nightly ``` - python3 -m pip install --pre oneflow -f https://staging.oneflow.info/branch/master/[PLATFORM] + python3 -m pip install --pre oneflow -f https://oneflow-staging.oss-cn-beijing.aliyuncs.com/branch/master/[PLATFORM] ``` - All available `[PLATFORM]`: | Platform |CUDA Driver Version| Supported GPUs | diff --git a/docs/requirements.txt b/docs/requirements.txt index a72b2dda50c..7471b37f813 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -5,5 +5,5 @@ furo==2021.4.11b34 sphinx-copybutton==0.5.0 # above are dev dependencies --pre ---find-links https://staging.oneflow.info/branch/master/cpu +--find-links https://oneflow-staging.oss-cn-beijing.aliyuncs.com/branch/master/cpu oneflow