You can get the FastFold source and install it with setuptools:
You can get the FastFold source and install it with setuptools:
...
@@ -58,7 +58,7 @@ init_dap(args.dap_size)
...
@@ -58,7 +58,7 @@ init_dap(args.dap_size)
### Inference
### Inference
You can use FastFold alongwith OpenFold with `inject_fastnn`. This will replace the evoformer in OpenFold with the high performance evoformer from FastFold.
You can use FastFold with `inject_fastnn`. This will replace the evoformer from OpenFold with the high performance evoformer from FastFold.
```python
```python
fromfastfold.utilsimportinject_fastnn
fromfastfold.utilsimportinject_fastnn
...
@@ -73,16 +73,16 @@ For Dynamic Axial Parallelism, you can refer to `./inference.py`. Here is an exa
...
@@ -73,16 +73,16 @@ For Dynamic Axial Parallelism, you can refer to `./inference.py`. Here is an exa