Skip to content

Commit 55f2376

Browse files
authored
[Misc.] Remove fla from third-party
1 parent b4b2929 commit 55f2376

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,18 @@ cd flame
2323
pip install .
2424
```
2525

26-
`flame` manages minimal dependencies, only including `fla` and `torchtitan` as submodules.
26+
Install the latest version of fla
27+
```
28+
pip uninstall flash-linear-attention && pip install -U --no-use-pep517 git+https://github.com/fla-org/flash-linear-attention
29+
```
30+
31+
`flame` manages minimal dependencies, only including `lm-evaluation-harness` and `torchtitan` as submodules.
2732
After installation, initialize and update the submodules:
2833
```sh
2934
git submodule update --init --recursive
3035
```
3136

37+
3238
## Dataset Preparation
3339
To download the dataset to your local disk, create a new Python file with the following content and execute it:
3440

fla

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)