Skip to content

Commit bccb80b

Browse files
committed
Add a note for the summerizer error
1 parent 22886b0 commit bccb80b

File tree

2 files changed

+24
-0
lines changed

2 files changed

+24
-0
lines changed
242 KB
Loading

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,30 @@ Select the file `marty-mcfly-auto.pdf`, and click `Open`.
274274

275275
image::discovery/text-summarization-open-claim.png[Podman AI Lab Text Summarization Open Claim]
276276

277+
[NOTE]
278+
====
279+
If you see the following error message, the latest receipe has not been pulled to the RHEL virtual machine yet.
280+
281+
image::discovery/summerizer-error.png[Summerizer Error]
282+
283+
Open a new terminal (_Activities > Show Applications > Terminal_) and run the following command:
284+
285+
[.console-input]
286+
[source,shell,subs="+attributes,macros+"]
287+
----
288+
cd /home/instruct/.local/share/containers/podman-desktop/extensions-storage/redhat.ai-lab/summarizer/recipes/natural_language_processing/summarizer
289+
git pull origin main
290+
----
291+
292+
Restart the recipe to re-build the container with the updated code.
293+
294+
image::discovery/text-summarization-restart.png[Podman AI Lab Text Summarization Application Restart]
295+
296+
Since the source code has changed, you may be notified from Podman AI Lab that the hash has changed. This is expected behavior, and you can select *Continue* to proceed building the application container image with the updated code.
297+
298+
image::discovery/text-summarization-hash-change.png[Podman AI Lab Text Summarization Hash Change]
299+
====
300+
277301
==== Review the summarization that is generated from the claim
278302

279303
NOTE: It may take a minute or longer to process, depending on if CPU or GPU inference is being used.

0 commit comments

Comments
 (0)