Skip to content

Commit e6cba25

Browse files
authored
Update TOML file with more description matching README (#2409)
1 parent 504cbea commit e6cba25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# ---- All project specifications ---- #
22
[project]
33
name = "torchtune"
4-
description = "A native-PyTorch library for LLM fine-tuning"
4+
description = "PyTorch native post-training library"
55
readme = "README.md"
66
requires-python = ">=3.9"
77
license = {file = "LICENSE"}
88
authors = [
99
{ name = "PyTorch Team", email = "[email protected]" },
1010
]
11-
keywords = ["pytorch", "finetuning", "llm"]
11+
keywords = ["pytorch", "post-training", "rlhf", "finetuning", "llm"]
1212
dependencies = [
1313

1414
# Hugging Face integrations

0 commit comments

Comments
 (0)