Skip to content

Commit 94a58b0

Browse files
fix link and add docling picture
Signed-off-by: Jeremias Werner <[email protected]>
1 parent d974a0f commit 94a58b0

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

beta/serverless-fleets/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Using both the intuitive graphical user interface and the command line, you will
1616
- [Launch a Fleet with GPUs](#launch-a-fleet-with-gpus)
1717
- [Launch a fleet with parallel tasks](#launch-a-fleet-with-parallel-tasks)
1818
- [Launch a fleet to count words of novels](#launch-a-fleet-to-count-words-of-novels)
19-
- [Docling tutorial](./tutorials/docling/README.md)
20-
- [Batch Inferencing tutorial](./tutorials/inferencing/README.md)
21-
- [Monte Carlo Simulation tutorial](./tutorials/docling/README.md)
19+
- [Tutorial: Docling](./tutorials/docling/README.md)
20+
- [Tutorial: Batch Inferencing](./tutorials/inferencing/README.md)
21+
- [Tutorial: Monte Carlo Simulation](./tutorials/simulation/README.md)
2222
- [HowTo](#howto)
2323
- [Troubleshooting](#troubleshooting)
2424

472 KB
Loading

beta/serverless-fleets/tutorials/docling/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Tutorial: Docling
22

3+
![](../../images/docling-picture.png)
4+
35
This tutorial provides a comprehensive guide on using Docling to convert PDFs into Markdown format using serverless fleets. It leverages cloud object storage for managing both the input PDFs and the resulting Markdown files. The process is streamlined using IBM’s Code Engine to build the Docling container, which is then pushed to a container registry. Users can run a serverless fleet, which autonomously spawns workers to run the Docling container for efficient, scalable conversion tasks.
46

57
Key steps covered in the Tutorial:

0 commit comments

Comments
 (0)