Skip to content

Commit

Permalink
agenda and move hpc/ai backwards
Browse files Browse the repository at this point in the history
  • Loading branch information
BerndDoser committed Oct 12, 2024
1 parent 61a9290 commit 5e61188
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 28 deletions.
21 changes: 21 additions & 0 deletions hpc-ai.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
## HPC vs AI/ML Infrastructure {background-image="images/ai_vs_hpc.png" background-opacity=0.2}

::: {layout='[1,1]' layout-valign=center}
::: n1

- SLURM
- MPI
- File Storage

:::
::: n2

- Cloud-native
- Kubernetes
- Object Storage

:::
:::

<!-- Show the background image generated with FLUX -->
## {background-image="images/ai_vs_hpc.png"}
12 changes: 7 additions & 5 deletions index.qmd
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
## Outline
## Agenda

- Workflow Orchestration
- General Overview to Workflow Orchestration
- Solutions for Workflow Orchestration
- StreamFlow
- Flyte
- HPC vs AI/ML Infrastructure
- StreamFlow
- Flyte
- Object Storage
- File vs Object Storage


{{< include workflows.qmd >}}
{{< include streamflow.qmd >}}
{{< include flyte.qmd >}}
{{< include hpc-ai.qmd >}}
{{< include storage.qmd >}}

## Summary
Expand Down
23 changes: 0 additions & 23 deletions workflows.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -62,26 +62,3 @@ K. L. Polsterer, B. Doser, A. Fehlner and S. Trujillo-Gomez [ADASS (2024)]().
- Domain specific language (e.g. [Common Workflow Language](https://www.commonwl.org/))
- Graphical user interface (e.g. [ReactFlow](https://reactflow.dev/) @ [fal.ai](https://fal.ai/dashboard))
![](images/fal_ai.png){width="1300"}


## HPC vs AI/ML Infrastructure {background-image="images/ai_vs_hpc.png" background-opacity=0.2}

::: {layout='[1,1]' layout-valign=center}
::: n1

- SLURM
- MPI
- File Storage

:::
::: n2

- Cloud-native
- Kubernetes
- Object Storage

:::
:::

<!-- Show the background image generated with FLUX -->
## {background-image="images/ai_vs_hpc.png"}

0 comments on commit 5e61188

Please sign in to comment.