File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,18 @@ cd flame
2323pip 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.
2732After installation, initialize and update the submodules:
2833``` sh
2934git submodule update --init --recursive
3035```
3136
37+
3238## Dataset Preparation
3339To download the dataset to your local disk, create a new Python file with the following content and execute it:
3440
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments