Skip to content

Commit

Permalink
Workaround for OSS error. change staging.oneflow.info -> aliyuncs.com (
Browse files Browse the repository at this point in the history
  • Loading branch information
jackalcooper authored Sep 1, 2023
1 parent f31e60c commit b93d13f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b93d13f

Please sign in to comment.