You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
<divalign="center">
2
2
3
-
# 🔥 Flame: A training framework for language modeling
3
+
# 🔥 Flame: Flash Language Modeling Made Easy
4
4
5
5
</div>
6
6
@@ -473,3 +473,17 @@ To set up multi-node training:
473
473
* If you're using a job scheduler like Slurm, it will handle these variables for you.
474
474
475
475
`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},
0 commit comments