Skip to content

Commit c43ad4d

Browse files
authored
Add bib for flame
1 parent 4790efe commit c43ad4d

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
# 🔥 Flame: A training framework for language modeling
3+
# 🔥 Flame: Flash Language Modeling Made Easy
44

55
</div>
66

@@ -473,3 +473,17 @@ To set up multi-node training:
473473
* If you're using a job scheduler like Slurm, it will handle these variables for you.
474474

475475
`torchtitan` provides a [Slurm script](https://github.com/pytorch/torchtitan/blob/main/multinode_trainer.slurm) for multi-node training, which you can use as a reference or starting point.
476+
477+
## Citation
478+
479+
If you find `flame` helpful for your work, please consider citing it.
480+
481+
```bib
482+
@software{yang2025flame,
483+
title = {Flame: Flash Language Modeling Made Easy},
484+
author = {Yang, Songlin and Zhang, Yu},
485+
url = {https://github.com/fla-org/flame},
486+
month = jan,
487+
year = {2025}
488+
}
489+
```

0 commit comments

Comments
 (0)