Skip to content

Commit

Permalink
fix: use merged versions of the recipes
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff MAURY <[email protected]>
  • Loading branch information
jeffmaury committed Apr 16, 2024
1 parent 4b7a9d0 commit c93d8f9
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 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": "9c174679573e944fedd859f951829cdf77ad09d5",
"ref": "901677832328b323af83972e2243b7ce90dc133e",
"icon": "natural-language-processing",
"categories": [
"natural-language-processing"
Expand All @@ -29,7 +29,7 @@
"description" : "This is a Streamlit demo application for summarizing text.",
"name" : "Summarizer",
"repository": "https://github.com/containers/ai-lab-recipes",
"ref": "9c174679573e944fedd859f951829cdf77ad09d5",
"ref": "901677832328b323af83972e2243b7ce90dc133e",
"icon": "natural-language-processing",
"categories": [
"natural-language-processing"
Expand All @@ -53,7 +53,7 @@
"description" : "This is a code-generation demo application.",
"name" : "Code Generation",
"repository": "https://github.com/containers/ai-lab-recipes",
"ref": "9c174679573e944fedd859f951829cdf77ad09d5",
"ref": "901677832328b323af83972e2243b7ce90dc133e",
"icon": "generator",
"categories": [
"natural-language-processing"
Expand All @@ -79,7 +79,7 @@
"description" : "This is an audio to text demo application.",
"name" : "Audio to Text",
"repository": "https://github.com/containers/ai-lab-recipes",
"ref": "9c174679573e944fedd859f951829cdf77ad09d5",
"ref": "901677832328b323af83972e2243b7ce90dc133e",
"icon": "generator",
"categories": [
"audio"
Expand All @@ -95,7 +95,7 @@
"description" : "This is an object detection demo application.",
"name" : "Object Detection",
"repository": "https://github.com/containers/ai-lab-recipes",
"ref": "9c174679573e944fedd859f951829cdf77ad09d5",
"ref": "901677832328b323af83972e2243b7ce90dc133e",
"icon": "generator",
"categories": [
"computer-vision"
Expand Down Expand Up @@ -235,7 +235,7 @@
"registry": "Hugging Face",
"license": "Apache-2.0",
"url": "https://huggingface.co/ggerganov/whisper.cpp/resolve/main/ggml-small.bin",
"memory": 1073741824
"memory": 487010000
},
{
"id": "hf.facebook.detr-resnet-101",
Expand All @@ -245,7 +245,10 @@
"registry": "Hugging Face",
"license": "Apache-2.0",
"url": "https://huggingface.co/facebook/detr-resnet-101/resolve/no_timm/pytorch_model.bin",
"memory": 1073741824
"memory": 242980000,
"properties": {
"modelName": "facebook/detr-resnet-101"
}
}
],
"categories": [
Expand Down

0 comments on commit c93d8f9

Please sign in to comment.