mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-19 11:20:03 +00:00
update to import all dependencies inside llama-stack
This commit is contained in:
parent
3251b44d8a
commit
7e643b9b12
1 changed files with 2 additions and 1 deletions
|
@ -132,7 +132,8 @@ llama = "llama_stack.cli.llama:main"
|
||||||
install-wheel-from-presigned = "llama_stack.cli.scripts.run:install_wheel_from_presigned"
|
install-wheel-from-presigned = "llama_stack.cli.scripts.run:install_wheel_from_presigned"
|
||||||
|
|
||||||
[tool.setuptools.packages.find]
|
[tool.setuptools.packages.find]
|
||||||
include = ["llama_stack"]
|
where = ["."]
|
||||||
|
include = ["llama_stack", "llama_stack.*"]
|
||||||
|
|
||||||
[[tool.uv.index]]
|
[[tool.uv.index]]
|
||||||
name = "pytorch-cpu"
|
name = "pytorch-cpu"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue