Skip to content

Commit 73a0df0

Browse files
committed
feat: bump llama-stack to 0.2.23
https://github.com/llamastack/llama-stack/releases/tag/v0.2.23 Relates to: RHAIENG-1311 Signed-off-by: Mustafa Elbehery <[email protected]>
1 parent dc76c34 commit 73a0df0

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ repos:
5656
always_run: true
5757
files: ^distribution/.*$
5858
additional_dependencies:
59-
- llama-stack==0.2.22
59+
- llama-stack==0.2.23
6060

6161
- id: doc-gen
6262
name: Distribution Documentation

distribution/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ RUN pip install \
4545
llama_stack_provider_trustyai_fms==0.2.2
4646
RUN pip install --extra-index-url https://download.pytorch.org/whl/cpu torch 'torchao>=0.12.0' torchvision
4747
RUN pip install --no-deps sentence-transformers
48-
RUN pip install --no-cache llama-stack==0.2.22
48+
RUN pip install --no-cache llama-stack==0.2.23
4949
RUN mkdir -p ${HOME}/.llama ${HOME}/.cache
5050
COPY distribution/run.yaml ${APP_ROOT}/run.yaml
5151

distribution/Containerfile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ WORKDIR /opt/app-root
33

44
RUN pip install sqlalchemy # somehow sqlalchemy[asyncio] is not sufficient
55
{dependencies}
6-
RUN pip install --no-cache llama-stack==0.2.22
6+
RUN pip install --no-cache llama-stack==0.2.23
77
RUN mkdir -p ${{HOME}}/.llama ${{HOME}}/.cache
88
COPY distribution/run.yaml ${{APP_ROOT}}/run.yaml
99

distribution/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This image contains the official Open Data Hub Llama Stack distribution, with all the packages and configuration needed to run a Llama Stack server in a containerized environment.
66

7-
The image is currently shipping with upstream Llama Stack version [0.2.22](https://github.com/llamastack/llama-stack/releases/tag/v0.2.22)
7+
The image is currently shipping with upstream Llama Stack version [0.2.23](https://github.com/llamastack/llama-stack/releases/tag/v0.2.23)
88

99
You can see an overview of the APIs and Providers the image ships with in the table below.
1010

distribution/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from pathlib import Path
1414

1515
BASE_REQUIREMENTS = [
16-
"llama-stack==0.2.22",
16+
"llama-stack==0.2.23",
1717
]
1818

1919

0 commit comments

Comments
 (0)