Skip to content
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

WD-9293 - update /ai/mlflow page #13633

Merged
merged 1 commit into from
Mar 1, 2024
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
3 changes: 2 additions & 1 deletion templates/ai/mlflow.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h1 class="u-no-margin--bottom u-no-padding--top">MLflow made easy</h1>
<p class="p-heading--2">A seamless start to your machine learning journey with open source</p>
</div>
<p>Charmed MFlow is a lightweight and secure machine learning platform for any developer. It can be deployed on your infrastructure of choice, and is backed by expert support.</p>
<a class="p-button--positive" href="https://documentation.ubuntu.com/charmed-mlflow">Install Charmed MLflow</a>
<a class="p-button--positive" href="/engage/lightweight-ml-mlflow">Read about lightweight ML with MLflow</a>
<a class="p-button js-invoke-modal" href="/ai/contact-us">Contact us</a>
</div>
</div>
Expand Down Expand Up @@ -60,6 +60,7 @@ <h2>Get the features of<br class="u-hide--small">upstream MLflow</h2>
<li class="p-list__item has-bullet">Models deployment</li>
<p>Deploy machine learning models in diverse serving environments.</p>
</ul>
<a href="/blog/what-is-mlflow">Learn more about MLflow&nbsp;&rsaquo;</a>
</div>
</div>
</div>
Expand Down
Loading