Skip to content

Commit

Permalink
fix: add missing"," (#1855)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrei-Aksionov <[email protected]>
  • Loading branch information
vra and Andrei-Aksionov authored Dec 8, 2024
1 parent 9750eb6 commit 34930ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion litgpt/data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
"TextFiles",
"TinyLlama",
"TinyStories",
"MicroLlama"
"MicroLlama",
"get_sft_collate_fn",
]

0 comments on commit 34930ba

Please sign in to comment.