[doc] add requirement and highlight application (#3516)

* [doc] add requirement and highlight application

* [doc] link example and application
This commit is contained in:
binmakeswell
2023-04-10 17:37:16 +08:00
committed by GitHub
parent 635d0a1baf
commit 0c0455700f
6 changed files with 192 additions and 181 deletions

View File

@@ -4,6 +4,8 @@ Requirements:
- PyTorch >= 1.11 (PyTorch 2.x in progress)
- Python >= 3.7
- CUDA >= 11.0
- [NVIDIA GPU Compute Capability](https://developer.nvidia.com/cuda-gpus) >= 7.0 (V100/RTX20 and higher)
- Linux OS
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.

View File

@@ -5,6 +5,8 @@
- PyTorch >= 1.11 (PyTorch 2.x 正在适配中)
- Python >= 3.7
- CUDA >= 11.0
- [NVIDIA GPU Compute Capability](https://developer.nvidia.com/cuda-gpus) >= 7.0 (V100/RTX20 and higher)
- Linux OS
如果你遇到安装问题,可以向本项目 [反馈](https://github.com/hpcaitech/ColossalAI/issues/new/choose)。