File tree 2 files changed +4
-15
lines changed 2 files changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -53,20 +53,13 @@ python setup.py install
53
53
54
54
To leverage the power of FastFold, we recommend you to install [ Triton] ( https://github.com/openai/triton ) .
55
55
56
+ ** NOTE: Triron needs CUDA 11.4 to run.**
57
+
56
58
``` bash
57
- pip install triton==2.0.0.dev20221005
59
+ pip install -U --pre triton
58
60
```
59
61
60
62
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
-
70
63
## Use Docker
71
64
72
65
### Build On Your Own
Original file line number Diff line number Diff line change @@ -6,11 +6,7 @@ RUN conda install openmm=7.7.0 pdbfixer -c conda-forge -y \
6
6
RUN pip install biopython==1.79 dm-tree==0.1.6 ml-collections==0.1.0 \
7
7
scipy==1.7.1 ray pyarrow pandas einops
8
8
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
14
10
15
11
Run git clone https://github.com/hpcaitech/FastFold.git \
16
12
&& cd ./FastFold \
You can’t perform that action at this time.
0 commit comments