Skip to content

Commit 2c438d0

Browse files
committed
add script entrypoint
1 parent afc246f commit 2c438d0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ license = "Apache 2.0"
77
readme = "README.md"
88
packages = [{include = "llmtune"}]
99

10+
[tool.poetry.scripts]
11+
llmtune = "llmtune.cli.toolkit:cli"
12+
1013
[tool.poetry.dependencies]
1114
python = ">=3.9, <=3.12"
1215
transformers = "~4.37.2"

0 commit comments

Comments
 (0)