Oneflow
OneFlow is a deep learning framework designed to be user-friendly, scalable and efficient.
Install / Use
/learn @Oneflow-Inc/OneflowREADME
OneFlow
OneFlow is a deep learning framework designed to be user-friendly, scalable and efficient. With OneFlow, it is easy to:
- program a model with PyTorch-like API
- scale a model to n-dimensional-parallel execution with the Global Tensor
- accelerate/deploy a model with the Graph Compiler.
Latest News
- Version 1.0.0 is out!
Publication
System Requirements
General
- Linux
- Python 3.7, 3.8, 3.9, 3.10, 3.11
CUDA
-
CUDA arch 60 or above
-
CUDA Toolkit version 10.0 or above
-
Nvidia driver version 440.33 or above
OneFlow will work on a minimum supported driver, and any driver beyond. For more information, please refer to CUDA compatibility documentation.
Install
Preinstall docker image
docker pull oneflowinc/oneflow:nightly-cuda11.8
Pip Install
-
(Highly recommended) Upgrade pip
python3 -m pip install --upgrade pip #--user -
To install latest stable release of OneFlow with CUDA support:
python3 -m pip install oneflow -
To install nightly release of OneFlow with CPU-only support:
python3 -m pip install --pre oneflow -f https://oneflow-staging.oss-cn-beijing.aliyuncs.com/branch/master/cpu -
To install nightly release of OneFlow with CUDA support:
python3 -m pip install --pre oneflow -f https://oneflow-staging.oss-cn-beijing.aliyuncs.com/branch/master/cu118If 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/simpleFor more information on this, please refer to pypi 镜像使用帮助
Install from Source
<details> <summary>Clone Source Code</summary>-
Option 1: Clone source code from GitHub
git clone https://github.com/Oneflow-Inc/oneflow.git -
Option 2: Download from Aliyun(Only available in China)
</details>curl https://oneflow-public.oss-cn-beijing.aliyuncs.com/oneflow-src.zip -o oneflow-src.zip unzip oneflow-src.zip
-
Install dependencies
apt install -y libopenblas-dev nasm g++ gcc python3-pip cmake autoconf libtoolThese dependencies are preinstalled in offical conda environment and docker image, you can use the offical conda environment here or use the docker image by:
docker pull oneflowinc/manylinux2014_x86_64_cuda11.2 -
In the root directory of OneFlow source code, run:
mkdir build cd build -
Config the project, inside
builddirectory:-
If you are in China
config for CPU-only like this:
cmake .. -C ../cmake/caches/cn/cpu.cmakeconfig for CUDA like this:
cmake .. -C ../cmake/caches/cn/cuda.cmake -DCMAKE_CUDA_ARCHITECTURES=80 -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda -DCUDNN_ROOT_DIR=/usr/local/cudnn -
If you are not in China
config for CPU-only like this:
cmake .. -C ../cmake/caches/international/cpu.cmakeconfig for CUDA like this:
cmake .. -C ../cmake/caches/international/cuda.cmake -DCMAKE_CUDA_ARCHITECTURES=80 -DCUDA_TOOLKIT_ROOT_DIR=/usr/local/cuda -DCUDNN_ROOT_DIR=/usr/local/cudnnHere the DCMAKE_CUDA_ARCHITECTURES macro is used to specify the CUDA architecture, and the DCUDA_TOOLKIT_ROOT_DIR and DCUDNN_ROOT_DIR macros are used to specify the root path of the CUDA Toolkit and CUDNN.
-
-
Build the project, inside
builddirectory, run:make -j$(nproc) -
Add oneflow to your PYTHONPATH, inside
builddirectory, run:source source.shPlease note that this change is not permanent.
-
Simple validation
</details>python3 -m oneflow --doctor
Troubleshooting
Please refer to troubleshooting for common issues you might encounter when compiling and running OneFlow.
Getting Started
- Please refer to QUICKSTART
- 中文版请参见 快速上手
Documentation
Model Zoo and Benchmark
- Libai(Toolbox for Parallel Training Large-Scale Transformer Models)
- FlowVision(Toolbox for Computer Vision Datasets, SOTA Models and Utils)
- OneFlow-Models(Outdated)
- OneFlow-Benchmark(Outdated)
Communication
-
GitHub issues: any install, bug, feature issues.
-
www.oneflow.org: brand related information.
-
中文
- QQ 群: 331883
- 微信号(加好友入交流群): OneFlowXZS
- 知乎
-
International
The Team
OneFlow was originally developed by OneFlow Inc and Zhejiang Lab.
License
Related Skills
openpencil
2.1kThe world's first open-source AI-native vector design tool and the first to feature concurrent Agent Teams. Design-as-Code. Turn prompts into UI directly on the live canvas. A modern alternative to Pencil.
openpencil
2.1kThe world's first open-source AI-native vector design tool and the first to feature concurrent Agent Teams. Design-as-Code. Turn prompts into UI directly on the live canvas. A modern alternative to Pencil.
ui-ux-designer
Use this agent when you need to design, implement, or improve user interface components and user experience flows. Examples include: creating new pages or components, improving existing UI layouts, implementing responsive designs, optimizing user interactions, building forms or dashboards, analyzing existing UI through browser snapshots, or when you need to ensure UI components follow design system standards and shadcn/ui best practices.\n\n<example>\nContext: User needs to create a new dashboard page for team management.\nuser: "I need to create a team management dashboard where users can view team members, invite new members, and manage roles"\nassistant: "I'll use the ui-ux-designer agent to design and implement this dashboard with proper UX considerations, using shadcn/ui components and our design system tokens."\n</example>\n\n<example>\nContext: User wants to improve the user experience of an existing form.\nuser: "The signup form feels clunky and users are dropping off. Can you improve it?"\nassistant: "Let me use the ui-ux-designer agent to analyze the current form UX and implement improvements using our design system and shadcn/ui components."\n</example>\n\n<example>\nContext: User wants to evaluate and improve existing UI.\nuser: "Can you take a look at our pricing page and see how we can make it more appealing and user-friendly?"\nassistant: "I'll use the ui-ux-designer agent to take a snapshot of the current pricing page, analyze the UX against Notion-inspired design principles, and implement improvements using our design tokens."\n</example>
ui-ux-pro-max-skill
61.5kAn AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
