Datasets:
File size: 282 Bytes
5e8ce4c |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
[project]
name = "v2b-demo-loader"
version = "0.1.0"
dependencies = [
"numpy",
"torch",
]
[tool.ruff.format]
quote-style = "single"
# [tool.uv.sources]
# torch = { index = "pytorch" }
# [[tool.uv.index]]
# name = "pytorch"
# url = "https://download.pytorch.org/whl/cpu"
|