Skip to content

Commit

Permalink
1.1.2 (#1110)
Browse files Browse the repository at this point in the history
* fix: bump inference server image to 0.3.2 (#1106)

Fixes #1103

Signed-off-by: Jeff MAURY <[email protected]>

* chore: update to v1.1.2 AI Lab Recipes (#1109)

Fixes #1107

Signed-off-by: Jeff MAURY <[email protected]>

---------

Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury committed May 22, 2024
1 parent d6c1eae commit 9543b40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions packages/backend/src/assets/ai.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"description" : "This is a Streamlit chat demo application.",
"name" : "ChatBot",
"repository": "https://github.com/containers/ai-lab-recipes",
"ref": "v1.1.1",
"ref": "v1.1.2",
"icon": "natural-language-processing",
"categories": [
"natural-language-processing"
Expand All @@ -31,7 +31,7 @@
"description" : "This is a Streamlit demo application for summarizing text.",
"name" : "Summarizer",
"repository": "https://github.com/containers/ai-lab-recipes",
"ref": "v1.1.1",
"ref": "v1.1.2",
"icon": "natural-language-processing",
"categories": [
"natural-language-processing"
Expand All @@ -57,7 +57,7 @@
"description" : "This is a code-generation demo application.",
"name" : "Code Generation",
"repository": "https://github.com/containers/ai-lab-recipes",
"ref": "v1.1.1",
"ref": "v1.1.2",
"icon": "generator",
"categories": [
"natural-language-processing"
Expand All @@ -83,7 +83,7 @@
"description" : "This is an audio to text demo application.",
"name" : "Audio to Text",
"repository": "https://github.com/containers/ai-lab-recipes",
"ref": "v1.1.1",
"ref": "v1.1.2",
"icon": "generator",
"categories": [
"audio"
Expand All @@ -99,7 +99,7 @@
"description" : "This is an object detection demo application.",
"name" : "Object Detection",
"repository": "https://github.com/containers/ai-lab-recipes",
"ref": "v1.1.1",
"ref": "v1.1.2",
"icon": "generator",
"categories": [
"computer-vision"
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/src/utils/inferenceUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const SECOND: number = 1_000_000_000;
export const LABEL_INFERENCE_SERVER: string = 'ai-lab-inference-server';

export const INFERENCE_SERVER_IMAGE =
'ghcr.io/containers/podman-desktop-extension-ai-lab-playground-images/ai-lab-playground-chat:0.3.1';
'ghcr.io/containers/podman-desktop-extension-ai-lab-playground-images/ai-lab-playground-chat:0.3.2';

/**
* Return container connection provider
Expand Down

0 comments on commit 9543b40

Please sign in to comment.