From dca98937f834f5af2730f481bf6f5e5eee844742 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Feb 2023 15:41:52 +0800 Subject: [PATCH] [format] applied code formatting on changed files in pull request 2933 (#2939) Co-authored-by: github-actions <github-actions@github.com> --- README-zh-Hans.md | 2 +- README.md | 2 +- docs/source/en/get_started/installation.md | 2 +- docs/source/zh-Hans/get_started/installation.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README-zh-Hans.md b/README-zh-Hans.md index 0451d8609..74cefa75c 100644 --- a/README-zh-Hans.md +++ b/README-zh-Hans.md @@ -274,7 +274,7 @@ Colossal-AI 为您提供了一系列并行组件。我们的目标是让您的 ## 安装 > Colossal-AI 目前仅支持Linux操作系统,没有在其他操作系统如Windows和macOS进行测试。 -> +> > 环境要求: PyTorch 1.10 ~ 1.12 (更新版本正在兼容中), Python >= 3.7, CUDA >= 11.0。如果你遇到安装问题,可以向本项目 [反馈](https://github.com/hpcaitech/ColossalAI/issues/new/choose)。 diff --git a/README.md b/README.md index 536511bc3..2d4135dc5 100644 --- a/README.md +++ b/README.md @@ -276,7 +276,7 @@ Acceleration of [AlphaFold Protein Structure](https://alphafold.ebi.ac.uk/) ## Installation > Colossal-AI currently only supports the Linux operating system and has not been tested on other OS such as Windows and macOS. -> +> > Environment Requirement: PyTorch 1.10 ~ 1.12 (WIP higher version), Python >= 3.7, CUDA >= 11.0. If you encounter any problem about installation, you may want to raise an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose) in this repository. ### Install from PyPI diff --git a/docs/source/en/get_started/installation.md b/docs/source/en/get_started/installation.md index 68c2c6a9f..da30ab4e5 100644 --- a/docs/source/en/get_started/installation.md +++ b/docs/source/en/get_started/installation.md @@ -2,7 +2,7 @@ # Setup > Colossal-AI currently only supports the Linux operating system and has not been tested on other OS such as Windows and macOS. -> +> > Environment Requirement: PyTorch 1.10 ~ 1.12 (WIP higher version), Python >= 3.7, CUDA >= 11.0. If you encounter any problem about installation, you may want to raise an [issue](https://github.com/hpcaitech/ColossalAI/issues/new/choose) in this repository. diff --git a/docs/source/zh-Hans/get_started/installation.md b/docs/source/zh-Hans/get_started/installation.md index 2edeb6393..2ceb0231f 100755 --- a/docs/source/zh-Hans/get_started/installation.md +++ b/docs/source/zh-Hans/get_started/installation.md @@ -1,6 +1,6 @@ # 安装 > Colossal-AI 目前仅支持Linux操作系统,没有在其他操作系统如Windows和macOS进行测试 -> +> > 环境要求: PyTorch 1.10 ~ 1.12 (更新版本正在兼容中), Python >= 3.7, CUDA >= 11.0。如果你遇到安装问题,可以向本项目 [反馈](https://github.com/hpcaitech/ColossalAI/issues/new/choose)。 ## 从PyPI上安装