You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/modules/ROOT/pages/module-discovery.adoc
+17-8Lines changed: 17 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ image::discovery/model-catalog.png[Podman AI Lab Model Catalog]
98
98
99
99
The Model Catalog interface is organized into four distinct tabs, each serving a specific purpose:
100
100
101
-
* *All*: Displays the complete list of catalog models. Models that have been downloaded are easily identifiable by their green highlighted icon.
101
+
* *All*: Displays the complete list of catalog models. Models that have been downloaded are easily identifiable by their solid icon.
102
102
* *Downloaded*: Shows only the models that have been stored locally on your machine, ready for offline use.
103
103
* *Imported*: Lists any custom models you've imported that weren't originally part of the catalog. These could be models you've trained yourself or obtained from other sources, via `.gguf` format.
104
104
* *Available*: Presents all catalog models that are yet to be downloaded.
@@ -110,7 +110,7 @@ All models in the Podman AI Lab catalog are licensed under Apache 2.0. This perm
110
110
111
111
image::discovery/model-catalog-tabs.png[Podman AI Lab Model Catalog Tabs]
112
112
113
-
If the icon next to the _granite_7b-lab_ model is green, then the https://huggingface.co/instructlab/granite-7b-lab-GGUF[`instructlab/granite-7b-lab-GGUF`] model has been pre-installed for you. if not, click the _Download_ button to download it (this should only take a minute or two):
113
+
If the icon next to the _granite_7b-lab_ model is a solid box, then the https://huggingface.co/instructlab/granite-7b-lab-GGUF[`instructlab/granite-7b-lab-GGUF`] model has been pre-installed for you. if not, click the _Download_ button to download it (this should only take a minute or two):
114
114
115
115
image::discovery/granite-download.png[Podman AI Lab Model Catalog Tabs]
116
116
@@ -208,7 +208,7 @@ image::discovery/playground-prompt-response-1.png[Podman AI Lab Playground promp
208
208
209
209
==== Try "lowering" the *temperature*
210
210
211
-
Reducing the *top-p* each to `0.1` to try and make responses more deterministic.
211
+
Reducing the *temperature* and *top-p* each to `0.1` to try and make responses more deterministic.
212
212
213
213
==== Re-enter the same prompt (`Should I approve claims?`)
214
214
@@ -236,15 +236,15 @@ These recipes can help you quickly prototype new AI and LLM-based applications l
236
236
237
237
Let's explore the `Text Summarization` recipe, which can be particularly useful for processing insurance claim documents:
238
238
239
-
==== In the `Recipes Catalog`, select the `Summarizer` application under the `Natural Language Processing` category.
239
+
==== In the `Recipes Catalog`, select the `Summarizer` application under the `Natural Language Processing` category.
240
240
241
241
Click the *More Details* link.
242
242
243
243
==== Review the `Summary` tab for details about the application and its capabilities
244
244
245
245
==== Click the *Start* button to begin the application's building process
246
246
247
-
In the this step, one container will act as an AI model server and another as the application interface. Be sure to choose the model you downloaded previously (it should be auto-selected). Then click *Start Summarizer recipe*. This will kick off the build and deploy process within Podman Desktop.
247
+
In the this step, one container will act as an AI model server and another as the application interface. Be sure to choose the model you downloaded previously (it may not be auto-selected). Then click *Start Summarizer recipe*. This will kick off the build and deploy process within Podman Desktop.
248
248
249
249
image::discovery/text-summarization-recipe.png[Podman AI Lab Text Summarization Recipe]
250
250
@@ -276,7 +276,7 @@ image::discovery/text-summarization-open-claim.png[Podman AI Lab Text Summarizat
// You can fix this by pulling the lastest recipe from GitHub.
279
+
// You can fix this by pulling the lastest recipe from GitHub.
280
280
281
281
// Open a new terminal (_Activities > Show Applications > Terminal_) and run the following command:
282
282
@@ -404,9 +404,18 @@ Compare this new output with the previous summarization to see how the changes i
404
404
405
405
== Cleanup
406
406
407
-
To save resources, be sure to stop the containers running our apps and services. To do this, in Podman Desktop, click the _Containers_ tab, select all containers, and click the trash can icon, and confirm that you wish to delete them:
407
+
To save resources, be sure to stop the services and playgrounds you started. To do this, in Podman Desktop, click `Services`, select all services, and click the `Delete ## Selected Items` button, and confirm that you wish to delete them:
0 commit comments