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

@ -2,7 +2,7 @@ blobfile
fire fire
httpx httpx
huggingface-hub huggingface-hub
llama-models>=0.0.16 llama-models>=0.0.17
python-dotenv python-dotenv
pydantic pydantic
requests requests

View file

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