add edger

This commit is contained in:
Tokisakix
2025-08-07 09:47:36 +08:00
parent 48ee240418
commit a6349f6767
9 changed files with 298 additions and 0 deletions

View File

@@ -18,6 +18,16 @@ dependencies = [
"transformers>=4.55.0",
]
[tool.uv.sources]
torch = [
{ index = "pytorch-cu129", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
]
[[tool.uv.index]]
url="https://pypi.tuna.tsinghua.edu.cn/simple"
default=true
[[tool.uv.index]]
name = "pytorch-cu129"
url = "https://download.pytorch.org/whl/cu129"
explicit = true