Skip to content

Commit 82ada53

Browse files
authored
Merge pull request #70 from jamesfalkner/rh1fixes1
minor fixes
2 parents 31aa27d + 3af7928 commit 82ada53

File tree

4 files changed

+17
-8
lines changed

4 files changed

+17
-8
lines changed
88.6 KB
Loading
78 KB
Loading
77.6 KB
Loading

content/modules/ROOT/pages/module-discovery.adoc

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ image::discovery/model-catalog.png[Podman AI Lab Model Catalog]
9898

9999
The Model Catalog interface is organized into four distinct tabs, each serving a specific purpose:
100100

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.
102102
* *Downloaded*: Shows only the models that have been stored locally on your machine, ready for offline use.
103103
* *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.
104104
* *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
110110

111111
image::discovery/model-catalog-tabs.png[Podman AI Lab Model Catalog Tabs]
112112

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):
114114

115115
image::discovery/granite-download.png[Podman AI Lab Model Catalog Tabs]
116116

@@ -208,7 +208,7 @@ image::discovery/playground-prompt-response-1.png[Podman AI Lab Playground promp
208208

209209
==== Try "lowering" the *temperature*
210210

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.
212212

213213
==== Re-enter the same prompt (`Should I approve claims?`)
214214

@@ -236,15 +236,15 @@ These recipes can help you quickly prototype new AI and LLM-based applications l
236236

237237
Let's explore the `Text Summarization` recipe, which can be particularly useful for processing insurance claim documents:
238238

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.
240240

241241
Click the *More Details* link.
242242

243243
==== Review the `Summary` tab for details about the application and its capabilities
244244

245245
==== Click the *Start* button to begin the application's building process
246246

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.
248248

249249
image::discovery/text-summarization-recipe.png[Podman AI Lab Text Summarization Recipe]
250250

@@ -276,7 +276,7 @@ image::discovery/text-summarization-open-claim.png[Podman AI Lab Text Summarizat
276276

277277
// image::discovery/summerizer-error.png[Summerizer Error]
278278

279-
// You can fix this by pulling the lastest recipe from GitHub.
279+
// You can fix this by pulling the lastest recipe from GitHub.
280280

281281
// Open a new terminal (_Activities > Show Applications > Terminal_) and run the following command:
282282

@@ -404,9 +404,18 @@ Compare this new output with the previous summarization to see how the changes i
404404

405405
== Cleanup
406406

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:
408+
409+
image::discovery/cleanup1.png[Cleanup Services]
410+
411+
Do the same for `Playgrounds`:
412+
413+
image::discovery/cleanup2.png[Cleanup Playgrounds]
414+
415+
and finally, the running Recipe:
416+
417+
image::discovery/cleanup3.png[Cleanup Recipe]
408418

409-
image::discovery/cleanup.png[Cleanup]
410419

411420
== Conclusion
412421

0 commit comments

Comments
 (0)