Merge remote-tracking branch 'origin/main' into api_updates_2

This commit is contained in:
Ashwin Bharambe 2024-09-17 17:09:36 -07:00
commit c980a857db
2 changed files with 3 additions and 3 deletions

View file

@ -16,10 +16,10 @@ def read_requirements():
setup(
name="llama_stack",
version="0.0.16",
version="0.0.17",
author="Meta Llama",
author_email="llama-oss@meta.com",
description="Llama toolchain",
description="Llama Stack",
entry_points={
"console_scripts": [
"llama = llama_stack.cli.llama:main",