Skip to content

Commit 03ff54e

Browse files
authored
remove pre_built wheel of installation and update readme (#154)
1 parent 50620db commit 03ff54e

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,20 +53,13 @@ python setup.py install
5353

5454
To leverage the power of FastFold, we recommend you to install [Triton](https://github.com/openai/triton).
5555

56+
**NOTE: Triron needs CUDA 11.4 to run.**
57+
5658
```bash
57-
pip install triton==2.0.0.dev20221005
59+
pip install -U --pre triton
5860
```
5961

6062

61-
### Using PyPi
62-
You can download FastFold with pre-built CUDA extensions.
63-
64-
Warning, only stable versions available.
65-
66-
```shell
67-
pip install fastfold -f https://release.colossalai.org/fastfold
68-
```
69-
7063
## Use Docker
7164

7265
### Build On Your Own

docker/Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,7 @@ RUN conda install openmm=7.7.0 pdbfixer -c conda-forge -y \
66
RUN pip install biopython==1.79 dm-tree==0.1.6 ml-collections==0.1.0 \
77
scipy==1.7.1 ray pyarrow pandas einops
88

9-
RUN pip install colossalai==0.1.10+torch1.12cu11.3 -f https://release.colossalai.org
10-
11-
RUN git clone https://github.com/openai/triton.git ~/triton \
12-
&& cd ~/triton/python \
13-
&& pip install -e .
9+
RUN pip install colossalai
1410

1511
Run git clone https://github.com/hpcaitech/FastFold.git \
1612
&& cd ./FastFold \

0 commit comments

Comments
 (0)