Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion env/default-values.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# You do not need to set them all if they will go unused.

# Service Images
LIGHTSPEED_CORE_IMAGE=quay.io/lightspeed-core/lightspeed-stack:dev-20260710-2c3e52e
LIGHTSPEED_CORE_IMAGE=quay.io/lightspeed-core/lightspeed-stack:dev-20260716-b6649cc
RAG_CONTENT_IMAGE=quay.io/redhat-ai-dev/rag-content:release-1.10-lls-0.5.0-8c231a3b5177f12fff9db042dfa4091d8f2f26b3

# vLLM Inference Settings
Expand Down
2 changes: 1 addition & 1 deletion images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.
lightspeed-core:
llama_version: 0.6.0
image: quay.io/lightspeed-core/lightspeed-stack:dev-20260710-2c3e52e
image: quay.io/lightspeed-core/lightspeed-stack:dev-20260716-b6649cc
latest_release: v0.6.0rc2 # using v prefix in catalog now it seems
rag-content:
llama_version: 0.5.0
Expand Down
3 changes: 0 additions & 3 deletions llama-stack-configs/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ providers:
provider_id: meta-reference
provider_type: inline::meta-reference
tool_runtime:
- provider_id: model-context-protocol
provider_type: remote::model-context-protocol
config: {}
- provider_id: rag-runtime
provider_type: inline::rag-runtime
config: {}
Expand Down
Loading