update to import all dependencies inside llama-stack

This commit is contained in:
Hardik Shah 2025-06-05 11:27:00 -07:00
parent 3251b44d8a
commit 7e643b9b12

View file

@ -132,7 +132,8 @@ llama = "llama_stack.cli.llama:main"
install-wheel-from-presigned = "llama_stack.cli.scripts.run:install_wheel_from_presigned"
[tool.setuptools.packages.find]
include = ["llama_stack"]
where = ["."]
include = ["llama_stack", "llama_stack.*"]
[[tool.uv.index]]
name = "pytorch-cpu"