You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: LICENSE
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -201,12 +201,12 @@
201
201
See the License for the specific language governing permissions and
202
202
limitations under the License.
203
203
204
-
Implementation of the `LayerNorm` operators (in intfold/openfold/utils/layer_norm/) referred to [OneFlow]
204
+
Implementation of the `LayerNorm` operators (in intellifold/openfold/utils/layer_norm/) referred to [OneFlow]
205
205
(https://github.com/Oneflow-Inc/oneflow) and [FastFold](https://github.com/hpcaitech/FastFold).
206
-
Many components in `intfold/openfold/` are adapted from [OpenFold](https://github.com/aqlaboratory/openfold), with substantial modifications and improvements by our team (except for the `LayerNorm` part).
206
+
Many components in `intellifold/openfold/` are adapted from [OpenFold](https://github.com/aqlaboratory/openfold), with substantial modifications and improvements by our team (except for the `LayerNorm` part).
207
207
OneFlow, FastFold, and OpenFold are all licensed under the Apache License 2.0.
208
208
209
-
The inference data pipeline in `intfold/data/` is adapted from [Boltz-1](https://github.com/jwohlwend/boltz).
209
+
The inference data pipeline in `intellifold/data/` is adapted from [Boltz-1](https://github.com/jwohlwend/boltz).
210
210
Boltz-1 is licensed under the MIT License.
211
211
The MIT License and copyright notice are included below.
3.**Check Results**: Find predicted structures and confidence scores in the output directory, you can also check the section of **output format** in [output documentation](docs/input_yaml_format.md#output-format).
@@ -52,14 +52,14 @@ To comprehensively evaluate the performance of IntelliFold, we conducted a rigor
52
52
53
53
For more details on the benchmarking process and results, please refer to our [Technical Report](https://arxiv.org/abs/2507.02025).
**We highly recommend using the [IntelliFold Server](https://server.intfold.com) for the most accurate, complete, and convenient biomolecular structure predictions.** It requires no installation and provides an intuitive web interface to submit your sequences and visualize results directly in your browser. The server runs the **full, optimized, latest** IntelliFold implementation for optimal performance.
@@ -82,14 +82,14 @@ If you use IntelliFold in your research, please cite our paper:
82
82
## 🔗 Acknowledgements
83
83
84
84
- The implementation of **fast layernorm operators** is inspired by [OneFlow](https://github.com/Oneflow-Inc/oneflow) and [FastFold](https://github.com/hpcaitech/FastFold), following [Protenix](https://github.com/bytedance/Protenix)'s usage.
85
-
- Many components in `intfold/openfold/` are adapted from [OpenFold](https://github.com/aqlaboratory/openfold), with substantial modifications and improvements by our team (except for the `LayerNorm` part).
85
+
- Many components in `intellifold/openfold/` are adapted from [OpenFold](https://github.com/aqlaboratory/openfold), with substantial modifications and improvements by our team (except for the `LayerNorm` part).
86
86
- This repository, the implementation of **Inference Data Pipeline**(Data/Feature Processing and MSA generation tasks) referred to [Boltz-1](https://github.com/jwohlwend/boltz), and modify some codes to adapt to the input of our model.
87
87
88
88
89
89
90
90
## ⚖️ License
91
91
92
-
The IntFold project, including code and model parameters, is made available under the [Apache 2.0 License](./LICENSE), it is free for both academic research and commercial use.
92
+
The IntelliFold project, including code and model parameters, is made available under the [Apache 2.0 License](./LICENSE), it is free for both academic research and commercial use.
4. **(Optional) Download IntFold Cache Data Manually**<br>
31
-
By default, model weights and CCD data are downloaded automatically(the directory is `~/.intfold`) when you run the inference. But you can also download by yourself.
32
-
To download manually from [Our HuggingFace Repository](https://huggingface.co/intelligenAI/intfold):
30
+
4. **(Optional) Download IntelliFold Cache Data Manually**<br>
31
+
By default, model weights and CCD data are downloaded automatically(the directory is `~/.intellifold`) when you run the inference. But you can also download by yourself.
32
+
To download manually from [Our HuggingFace Repository](https://huggingface.co/intelligenAI/intellifold):
# if the input yaml file do not contain precomputed msa paths, you can set --use_msa_server to search msa(need internet connection and would take some time)
0 commit comments