Skip to content

Commit 5000443

Browse files
authored
Merge pull request #13 from atlasia-ma/chore/add-training-dependencies
chore: add training dependencies
2 parents 87f1f1e + 8fe6167 commit 5000443

2 files changed

Lines changed: 2514 additions & 7 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ dev = [
1313
eval = [
1414
"sacrebleu>=2.4",
1515
]
16+
train = [
17+
"datasets>=4.3.0",
18+
"trl>=0.24.0",
19+
"unsloth>=2026.6.9",
20+
]
1621

1722
[project.scripts]
1823
darija-translator = "darija_translator.cli:main"
@@ -25,4 +30,4 @@ build-backend = "hatchling.build"
2530
packages = ["src/darija_translator"]
2631

2732
[tool.pytest.ini_options]
28-
pythonpath = ["src"]
33+
pythonpath = ["src"]

0 commit comments

Comments
 (0)