Skip to content

Commit

Permalink
Merge branch 'main' into gh-pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jgujerry committed Oct 25, 2024
2 parents ce8ec38 + 3e0194e commit 65eae29
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 1 deletion.
56 changes: 55 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1558,6 +1558,60 @@ <h5 class="card-title"><a href="https://spark.apache.org/docs/latest/ml-guide.ht
</div>
</div>

<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
<div class="card">
<div class="card-header">
<h2><a href="https://www.fast.ai/" target="_blank">fast.ai</a></h2>
<p class="my-3"><b>The fastai deep learning library</b></p>
</div>
<div class="card-body">
<blockquote class="mb-0">
<p>
<a href="https://github.com/fastai/fastai" target="_blank">fast.ai</a>
simplifies training fast and accurate neural nets using modern best practices.
</p>
</blockquote>
</div>
</div>
</div>

<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
<div class="card p-3 text-end">
<a href="https://deepspeed.ai/" target="_blank">
<img class="card-img-top" src="static/image/logos/deepspeed.svg" alt="DeepSpeed">
</a>
<figure class="p-4 mb-0">
<blockquote class="blockquote">
<p>
<a href="https://github.com/microsoft/DeepSpeed" target="_blank">DeepSpeed</a> is a deep learning optimization library that makes
distributed training and inference easy, efficient, and effective.
</p>
</blockquote>
</figure>
</div>
</div>

<div class="col-12 col-6 col-sm-6 col-lg-3 mb-4">
<div class="card">
<a class="text-center p-2" href="https://ludwig.ai/latest/" target="_blank">
<img class="card-img-top" src="static/image/logos/ludwig.jpg" alt="ludwig">
</a>

<div class="card-body">
<figure class="p-3 mb-0">
<blockquote class="blockquote">
<p class="text-muted">
<h5 class="card-title"><a href="https://github.com/ludwig-ai/ludwig" class="text-muted" target="_blank">Ludwig</a></h5>
<small class="text-muted">
Low-code framework for building custom LLMs, neural networks, and other AI
</small>
</p>
</blockquote>
</figure>
</div>
</div>
</div>

</div>
</div>
<!--End of ML, DL, and AI-->
Expand Down Expand Up @@ -3668,7 +3722,7 @@ <h3><a href="https://github.com/frappe/erpnext" target="_blank">ERPNext</a></h3>
tagCloudContainer.innerHTML = '';

const minFontSize = 1.0;
const maxFontSize = 1.6;
const maxFontSize = 1.0;
const maxCount = Math.max(...Object.values(categoryCounts));
const minCount = Math.min(...Object.values(categoryCounts));

Expand Down
27 changes: 27 additions & 0 deletions static/image/logos/deepspeed.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/image/logos/ludwig.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 65eae29

Please sign in to comment.