Skip to content

Commit 65eae29

Browse files
committed
Merge branch 'main' into gh-pages
2 parents ce8ec38 + 3e0194e commit 65eae29

3 files changed

Lines changed: 82 additions & 1 deletion

File tree

index.html

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1558,6 +1558,60 @@ <h5 class="card-title"><a href="https://spark.apache.org/docs/latest/ml-guide.ht
15581558
</div>
15591559
</div>
15601560

1561+
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
1562+
<div class="card">
1563+
<div class="card-header">
1564+
<h2><a href="https://www.fast.ai/" target="_blank">fast.ai</a></h2>
1565+
<p class="my-3"><b>The fastai deep learning library</b></p>
1566+
</div>
1567+
<div class="card-body">
1568+
<blockquote class="mb-0">
1569+
<p>
1570+
<a href="https://github.com/fastai/fastai" target="_blank">fast.ai</a>
1571+
simplifies training fast and accurate neural nets using modern best practices.
1572+
</p>
1573+
</blockquote>
1574+
</div>
1575+
</div>
1576+
</div>
1577+
1578+
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
1579+
<div class="card p-3 text-end">
1580+
<a href="https://deepspeed.ai/" target="_blank">
1581+
<img class="card-img-top" src="static/image/logos/deepspeed.svg" alt="DeepSpeed">
1582+
</a>
1583+
<figure class="p-4 mb-0">
1584+
<blockquote class="blockquote">
1585+
<p>
1586+
<a href="https://github.com/microsoft/DeepSpeed" target="_blank">DeepSpeed</a> is a deep learning optimization library that makes
1587+
distributed training and inference easy, efficient, and effective.
1588+
</p>
1589+
</blockquote>
1590+
</figure>
1591+
</div>
1592+
</div>
1593+
1594+
<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
1595+
<div class="card">
1596+
<a class="text-center p-2" href="https://ludwig.ai/latest/" target="_blank">
1597+
<img class="card-img-top" src="static/image/logos/ludwig.jpg" alt="ludwig">
1598+
</a>
1599+
1600+
<div class="card-body">
1601+
<figure class="p-3 mb-0">
1602+
<blockquote class="blockquote">
1603+
<p class="text-muted">
1604+
<h5 class="card-title"><a href="https://github.com/ludwig-ai/ludwig" class="text-muted" target="_blank">Ludwig</a></h5>
1605+
<small class="text-muted">
1606+
Low-code framework for building custom LLMs, neural networks, and other AI
1607+
</small>
1608+
</p>
1609+
</blockquote>
1610+
</figure>
1611+
</div>
1612+
</div>
1613+
</div>
1614+
15611615
</div>
15621616
</div>
15631617
<!--End of ML, DL, and AI-->
@@ -3668,7 +3722,7 @@ <h3><a href="https://github.com/frappe/erpnext" target="_blank">ERPNext</a></h3>
36683722
tagCloudContainer.innerHTML = '';
36693723

36703724
const minFontSize = 1.0;
3671-
const maxFontSize = 1.6;
3725+
const maxFontSize = 1.0;
36723726
const maxCount = Math.max(...Object.values(categoryCounts));
36733727
const minCount = Math.min(...Object.values(categoryCounts));
36743728

static/image/logos/deepspeed.svg

Lines changed: 27 additions & 0 deletions
Loading

static/image/logos/ludwig.jpg

23.6 KB
Loading

0 commit comments

Comments
 (0)