8000 fix .wci.yml links by woutdenolf · Pull Request #505 · LLNL/merlin · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix .wci.yml links #505

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 5, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .wci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Merlin

icon: https://raw.githubusercontent.com/LLNL/merlin/main/docs/images/merlin_icon.png
icon: https://raw.githubusercontent.com/LLNL/merlin/main/docs/assets/images/merlin_icon.png

headline: Enabling Machine Learning HPC Workflows

description: The Merlin workflow framework targets large-scale scientific machine learning (ML) workflows in High Performance Computing (HPC) environments. Merlin is a producer-consumer workflow model that enables multi-machine, cross-batch job, dynamically allocated yet persistent workflows capable of utilizing surge-compute resources. Key features are a flexible and intuitive HPC-centric interface, low per-task overhead, multi-tiered fault recovery, and a hierarchical sampling algorithm that allows for highly scalable task execution and queuing to ensembles of millions of tasks.

documentation:
general: https://merlin.readthedocs.io/
installation: https://merlin.readthedocs.io/en/latest/modules/installation/installation.html
tutorial: https://merlin.readthedocs.io/en/latest/tutorial.html
installation: https://merlin.readthedocs.io/en/latest/user_guide/installation/
tutorial: https://merlin.readthedocs.io/en/latest/tutorial/
Loading
0