There was an error while loading. Please reload this page.
1 parent 629d8a9 commit 8fe6167Copy full SHA for 8fe6167
1 file changed
pyproject.toml
@@ -4,11 +4,7 @@ version = "0.1.0"
4
description = "Fine-tuning LFM2.5 for English-Darija translation"
5
readme = "README.md"
6
requires-python = ">=3.12"
7
-dependencies = [
8
- "datasets>=4.3.0",
9
- "trl>=0.24.0",
10
- "unsloth>=2026.6.9",
11
-]
+dependencies = []
12
13
[dependency-groups]
14
dev = [
@@ -17,6 +13,11 @@ dev = [
17
eval = [
18
"sacrebleu>=2.4",
19
15
]
16
+train = [
+ "datasets>=4.3.0",
+ "trl>=0.24.0",
+ "unsloth>=2026.6.9",
20
+]
21
22
[project.scripts]
23
darija-translator = "darija_translator.cli:main"
@@ -29,4 +30,4 @@ build-backend = "hatchling.build"
29
30
packages = ["src/darija_translator"]
31
32
[tool.pytest.ini_options]
-pythonpath = ["src"]
33
+pythonpath = ["src"]
0 commit comments