forked from phoenix-oss/llama-stack-mirror
Make package finding automatic
This commit is contained in:
parent
5836ab2454
commit
3af9be744d
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ 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]
|
[tool.setuptools]
|
||||||
packages = ["llama_stack"]
|
packages = {find = {}}
|
||||||
|
|
||||||
[[tool.uv.index]]
|
[[tool.uv.index]]
|
||||||
name = "pytorch-cpu"
|
name = "pytorch-cpu"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue