Skip to content

Commit 0cbe7d0

Browse files
committed
Remove Pytorch completely
1 parent a49c4ee commit 0cbe7d0

2 files changed

Lines changed: 188 additions & 64 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,10 @@ name = "pytorch-cpu"
114114
url = "https://download.pytorch.org/whl/cpu"
115115
explicit = true
116116

117-
[tool.uv.sources]
118-
torch = [
119-
{ index = "pytorch-cpu", group = "llslibdev" },
120-
]
117+
# [tool.uv.sources]
118+
# torch = [
119+
# { index = "pytorch-cpu", group = "llslibdev" },
120+
# ]
121121

122122
[dependency-groups]
123123
dev = [
@@ -186,7 +186,7 @@ llslibdev = [
186186
# API tool_runtime: remote::model-context-protocol
187187
"mcp>=1.23.0",
188188
# API post_training: inline::huggingface
189-
"torch==2.9.0",
189+
# "torch==2.9.0",
190190
"trl>=0.18.2",
191191
"peft>=0.15.2",
192192
# API inference: remote::vertexai

0 commit comments

Comments
 (0)