Skip to content

Commit f337e89

Browse files
committed
reformat
1 parent 5eff402 commit f337e89

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,13 @@ tar -xzf omniflow_data.tar.gz && rm omniflow_data.tar.gz
135135
The following section gives detailed instructions on enabling each of our optimizations.
136136

137137

138-
### Data-loading optimizations
138+
### Optimization 1: Data-loading
139139
The file `omnifold/inputs.py` includes the data pipeline and implementation details for the ahead-of-time cache-based data loading optimizations.
140140

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).
142142

143143
---
144-
### FusedEvoAttention
144+
### Optimization 2: FusedEvoAttention
145145
The folder `FusedEvoAttention` includes source code of FusedEvoAttention kernel.
146146

147147
<details>
@@ -213,7 +213,7 @@ TRITON_PRINT_AUTOTUNING=1 python your_script.py
213213
</details>
214214

215215
---
216-
### FusedLayernormLinear
216+
### Optimization 3: FusedLayernormLinear
217217
The folder `FusedLayernormLinear` includes source code of fused layernorm-linear kernel.
218218

219219
<details>
@@ -247,7 +247,7 @@ FusedLayernormLinear fuses sequential `LayerNorm` and `Linear` layers. You can r
247247
</details>
248248

249249
---
250-
### FusedTransition
250+
### Optimization 4: FusedTransition
251251
The folder `FusedTransition` includes source code of FusedTransition kernel.
252252

253253
<details>

0 commit comments

Comments
 (0)