From cd850c16deaa3fd8cdd3918bc0efc5df8dbb5a02 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Tue, 24 Sep 2024 09:08:40 -0700 Subject: [PATCH] Bump version to 0.0.23 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3351b9c6f..c1b02d18c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ blobfile fire httpx huggingface-hub -llama-models>=0.0.21 +llama-models>=0.0.23 prompt-toolkit python-dotenv pydantic diff --git a/setup.py b/setup.py index 4f01fceb8..47c3d2353 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ def read_requirements(): setup( name="llama_stack", - version="0.0.21", + version="0.0.23", author="Meta Llama", author_email="llama-oss@meta.com", description="Llama Stack",