Skip to content

Commit 913b5a6

Browse files
authored
Merge pull request lightspeed-core#452 from tisnik/lcore-599-bump-llama-stack-version-to-0.2.18
LCORE-599: bump-up Llama Stack version to 0.2.18
2 parents 969904b + bbc3f1c commit 913b5a6

5 files changed

Lines changed: 14 additions & 12 deletions

File tree

.github/workflows/e2e_tests.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ jobs:
169169
checkpoint_format: huggingface
170170
device: cpu
171171
distributed_backend: null
172+
dpo_output_dir: '.'
172173
provider_id: huggingface
173174
provider_type: inline::huggingface
174175
safety:
@@ -262,4 +263,4 @@ jobs:
262263
uv sync
263264
264265
echo "Running comprehensive e2e test suite..."
265-
make test-e2e
266+
make test-e2e

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ dependencies = [
2525
"fastapi>=0.115.12",
2626
"uvicorn>=0.34.3",
2727
"kubernetes>=30.1.0",
28-
"llama-stack==0.2.17",
29-
"llama-stack-client==0.2.17",
28+
"llama-stack==0.2.18",
29+
"llama-stack-client==0.2.18",
3030
"rich>=14.0.0",
3131
"cachetools>=6.1.0",
3232
"prometheus-client>=0.22.1",

run.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ providers:
6969
checkpoint_format: huggingface
7070
device: cpu
7171
distributed_backend: null
72+
dpo_output_dir: "."
7273
provider_id: huggingface
7374
provider_type: inline::huggingface
7475
safety:

src/constants.py

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

33
# Minimal and maximal supported Llama Stack version
44
MINIMAL_SUPPORTED_LLAMA_STACK_VERSION = "0.2.17"
5-
MAXIMAL_SUPPORTED_LLAMA_STACK_VERSION = "0.2.17"
5+
MAXIMAL_SUPPORTED_LLAMA_STACK_VERSION = "0.2.18"
66

77
UNABLE_TO_PROCESS_RESPONSE = "Unable to process this request"
88

uv.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)