Unverified Commit 820b7a9a authored by oahzxl's avatar oahzxl Committed by GitHub
Browse files

Update cuda version in readme (#104)

* Update cuda version in readme

* Update README.md

* Update README.md

* Update README.md
parent 4d302345
......@@ -23,11 +23,10 @@ FastFold provides a **high-performance implementation of Evoformer** with the fo
## Installation
To install and use FastFold, you will need:
To install FastFold, you will need:
+ Python 3.8 or 3.9.
+ [NVIDIA CUDA](https://developer.nvidia.com/cuda-downloads) 11.1 or above
+ PyTorch 1.10 or above
+ [NVIDIA CUDA](https://developer.nvidia.com/cuda-downloads) 11.3 or above
+ PyTorch 1.12 or above
For now, You can install FastFold:
### Using Conda (Recommended)
......@@ -45,14 +44,10 @@ python setup.py install
#### Advanced
To leverage the power of FastFold, we recommend you build [Triton]() from source.
**[NVIDIA CUDA](https://developer.nvidia.com/cuda-downloads) 11.4 or above is needed.**
To leverage the power of FastFold, we recommend you to install [Triton](https://github.com/openai/triton).
```bash
git clone https://github.com/openai/triton.git ~/triton
cd ~/triton/python
pip install -e .
pip install triton==2.0.0.dev20221005
```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment