Skip to content

Commit 06b9d2b

Browse files
authored
Merge pull request #4 from hotchpotch/fix/issue-3-add-torch-dependency
Add torch>=2 runtime dependency for plamo startup
2 parents 1d91d33 + 3659585 commit 06b9d2b

File tree

2 files changed

+337
-38
lines changed

2 files changed

+337
-38
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ dependencies = [
3333
"mlx-lm>=0.29.1",
3434
"numba>=0.63.1",
3535
"pypdf>=6.6.2",
36+
"torch>=2",
3637
]
3738

3839
[project.urls]

0 commit comments

Comments
 (0)