Set up python-cpu index, for later use

This commit is contained in:
Ashwin Bharambe 2025-01-31 22:08:34 -08:00
parent fbd3ffbf99
commit 6249d26611

View file

@ -59,3 +59,8 @@ install-wheel-from-presigned = "llama_stack.cli.scripts.run:install_wheel_from_p
[tool.setuptools]
packages = ["llama_stack"]
[[tool.uv.index]]
name = "pytorch-cpu"
url = "https://download.pytorch.org/whl/cpu"
explicit = true