Skip to content

Commit 737bc93

Browse files
committed
fix dependenices
1 parent b64d891 commit 737bc93

File tree

2 files changed

+542
-0
lines changed

2 files changed

+542
-0
lines changed

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,22 @@ dependencies = [
4848
"sentencepiece",
4949
"mcp",
5050
"adaptive-classifier",
51+
"datasets",
52+
"selenium",
5153
# MLX support for Apple Silicon optimization
5254
'mlx-lm>=0.24.0; platform_machine=="arm64" and sys_platform=="darwin"',
5355
]
5456

57+
[project.optional-dependencies]
58+
eval = [
59+
"tabulate",
60+
"accelerate",
61+
"huggingface_hub",
62+
"httpx",
63+
"tqdm",
64+
"pandas",
65+
]
66+
5567
[project.urls]
5668
Homepage = "https://github.com/codelion/optillm"
5769
Repository = "https://github.com/codelion/optillm"

0 commit comments

Comments
 (0)