mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-04 20:14:13 +00:00
llama_toolchain -> llama_stack
This commit is contained in:
parent
f372355409
commit
2cf731faea
175 changed files with 300 additions and 279 deletions
6
setup.py
6
setup.py
|
@ -15,15 +15,15 @@ def read_requirements():
|
|||
|
||||
|
||||
setup(
|
||||
name="llama_toolchain",
|
||||
name="llama_stack",
|
||||
version="0.0.16",
|
||||
author="Meta Llama",
|
||||
author_email="llama-oss@meta.com",
|
||||
description="Llama toolchain",
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"llama = llama_toolchain.cli.llama:main",
|
||||
"install-wheel-from-presigned = llama_toolchain.cli.scripts.run:install_wheel_from_presigned",
|
||||
"llama = llama_stack.cli.llama:main",
|
||||
"install-wheel-from-presigned = llama_stack.cli.scripts.run:install_wheel_from_presigned",
|
||||
]
|
||||
},
|
||||
long_description=open("README.md").read(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue