forked from phoenix-oss/llama-stack-mirror
Add a script for install a pip wheel from a presigned url
This commit is contained in:
parent
9777639a1c
commit
c1a82ea8cd
5 changed files with 68 additions and 1 deletions
7
setup.py
7
setup.py
|
@ -20,7 +20,12 @@ setup(
|
|||
author="Meta Llama",
|
||||
author_email="llama-oss@meta.com",
|
||||
description="Llama toolchain",
|
||||
entry_points={"console_scripts": ["llama = llama_toolchain.cli.llama:main"]},
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"llama = llama_toolchain.cli.llama:main",
|
||||
"install-wheel-from-presigned = llama_toolchain.cli.scripts.run:install_wheel_from_presigned",
|
||||
]
|
||||
},
|
||||
long_description=open("README.md").read(),
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/meta-llama/llama-toolchain",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue