forked from canonical/ubuntu.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request canonical#14423 from britneywwc/fix-broken-prule
Fix deprecated use of p-rule
- Loading branch information
Showing
2 changed files
with
17 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ <h1 class="p-heading--bold">The Canonical AI Roadshow</h1> | |
on any environment with Canonical | ||
</p> | ||
<div class="p-logo-section"> | ||
<div class="p-logo-section__items p-rule"> | ||
<div class="p-logo-section__items"> | ||
<div class="p-logo-section__item"> | ||
{{ image(url="https://assets.ubuntu.com/v1/d7829629-nvidia-logo.svg", | ||
alt="Nvidia", | ||
|
@@ -200,20 +200,20 @@ <h2>Learn how open source is leading LLM development</h2> | |
<p> | ||
Large language models (<a href="/blog/what-are-large-language-models-llms">LLMs</a>) are the future of AI. They have applications across various industries, but taking them beyond experimentation is still a challenge. Open source tooling covers the entire lifecycle, easing operations and accelerating the entire process. | ||
</p> | ||
<hr class="p-rule" /> | ||
<ul class="p-list--ticked p-rule"> | ||
<hr class="p-rule u-no-margin--bottom" /> | ||
<ul class="p-list--ticked"> | ||
<li class="p-list__item"> | ||
<h3 class="p-heading--5 p-rule">Go from raw data to features</h3> | ||
<h3 class="p-heading--5">Go from raw data to features</h3> | ||
<p> | ||
Perform all the steps needed to deliver features for model training with open source — now the industry standard. | ||
</p> | ||
</li> | ||
<li class="p-list__item"> | ||
<h3 class="p-heading--5 p-rule">Data features to machine learning models</h3> | ||
<h3 class="p-heading--5">Data features to machine learning models</h3> | ||
<p>Build LLMs efficiently, automate workflows, reduce operations.</p> | ||
</li> | ||
<li class="p-list__item"> | ||
<h3 class="p-heading--5 p-rule">Machine learning models to production</h3> | ||
<h3 class="p-heading--5">Machine learning models to production</h3> | ||
<p>Upgrade your model serving strategy with open source.</p> | ||
</li> | ||
</ul> | ||
|
@@ -494,7 +494,7 @@ <h4> | |
<div class="row"> | ||
<div class="col-12"> | ||
<div class="p-block"> | ||
<p class="p-heading--2 p-rule"> | ||
<p class="p-heading--2"> | ||
To join us at an event, <a href="https://ubuntu.com/ai/contact-us?product=ai-index">contact us now.</a> | ||
<br /> | ||
For future AI events, contact <a href="mailto:[email protected]">[email protected]</a> | ||
|
@@ -604,15 +604,15 @@ <h2>AI/ML resources</h2> | |
</div> | ||
<div class="col-6 col-medium-3"> | ||
<div class="p-block"> | ||
<p class="p-text--small-caps p-rule">Whitepaper</p> | ||
<p class="p-text--small-caps">Whitepaper</p> | ||
<h2 class="p-heading--2 u-no-padding--top"> | ||
<a href="/engage/mlops-guide">A guide to MLOps</a> | ||
</h2> | ||
<p>Learn how to choose your MLOps tooling and take your AI projects to production.</p> | ||
</div> | ||
<hr class="p-rule" /> | ||
<div class="p-block"> | ||
<p class="p-text--small-caps p-rule">Case study</p> | ||
<p class="p-text--small-caps">Case study</p> | ||
<h2 class="p-heading--2 u-no-padding--top"> | ||
<a href="/engage/ai-ml-casestudy-tasmania">University of Tasmania unlocks real-time space tracking with AI/ML supercomputing</a> | ||
</h2> | ||
|
@@ -628,7 +628,7 @@ <h2 class="p-heading--2 u-no-padding--top"> | |
<div class="row"> | ||
<div class="col-12"> | ||
<div class="p-block"> | ||
<h2 class="p-heading--2 p-rule"> | ||
<h2 class="p-heading--2"> | ||
<a href="https://medium.com/ubuntu-ai">Follow us on Medium</a> and listen to our <a href="https://podcastsbycanonical.buzzsprout.com/share">podcast</a> | ||
</h2> | ||
</div> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters