https://github.com/oneflow-inc/oneautotest
Auto-Test System
https://github.com/oneflow-inc/oneautotest
Last synced: about 1 year ago
JSON representation
Auto-Test System
- Host: GitHub
- URL: https://github.com/oneflow-inc/oneautotest
- Owner: Oneflow-Inc
- License: apache-2.0
- Created: 2021-12-21T03:34:06.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-16T08:57:03.000Z (over 2 years ago)
- Last Synced: 2025-03-29T17:12:40.593Z (about 1 year ago)
- Language: Shell
- Size: 5.31 MB
- Stars: 5
- Watchers: 4
- Forks: 6
- Open Issues: 45
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OneAutoTest
Auto-Test System
# OneFlow安装
- ### conda环境
`wget https://repo.anaconda.com/miniconda/Miniconda3-py38_4.12.0-Linux-x86_64.sh && bash Miniconda3-py38_4.12.0-Linux-x86_64.sh`
### OneFlow选择cuda安装
- ### 分支安装
```
# 其他分支,替换master即可
python3 -m pip install --pre oneflow -f https://staging.oneflow.info/branch/master/cu112
```
- ### 基于某个commit安装
```
# 替换commit hash即可
python3 -m pip install --pre oneflow -f https://staging.oneflow.info/commit/2d080aac5c41c02346641a5576b359bc95399214/cu112/index.html
```