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: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,13 +135,13 @@ tar -xzf omniflow_data.tar.gz && rm omniflow_data.tar.gz
135
135
The following section gives detailed instructions on enabling each of our optimizations.
136
136
137
137
138
-
### Data-loading optimizations
138
+
### Optimization 1: Data-loading
139
139
The file `omnifold/inputs.py` includes the data pipeline and implementation details for the ahead-of-time cache-based data loading optimizations.
140
140
141
-
You can find details on deterministic input features cache in lines 4536-4553 and on MSA features cache in lines 4670-4732.
141
+
You can find details on [deterministic input features cache](https://github.com/Supercomputing-System-AI-Lab/MegaFold/blob/main/omnifold/inputs.py#L4536-L4553) and on [MSA features cache](https://github.com/Supercomputing-System-AI-Lab/MegaFold/blob/main/omnifold/inputs.py#L4670-L4732).
142
142
143
143
---
144
-
### FusedEvoAttention
144
+
### Optimization 2: FusedEvoAttention
145
145
The folder `FusedEvoAttention` includes source code of FusedEvoAttention kernel.
0 commit comments