Skip to content

Commit

Permalink
Add tiles for additional tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
tokk-nv committed Sep 19, 2023
1 parent 7fd4758 commit 19f6b37
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/overrides/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -347,12 +347,18 @@ <h2 class="section-title">Check out our tutorials</h2>
<!-- feature-box-item -->
<div class="col-lg-4 col-sm-6 mb-4">
<a href="tutorial_text-generation.html" class="px-4 py-5 bg-white shadow text-center d-block match-height" style="height: 280px;">

<img src="./images/icon_text-generation_iso.png" width="96" height="96">
<h3 class="mb-3 mt-0">Text Generation</h3>
<p class="mb-0">Run LLM-based chat bot on Jetson</p>
</a>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<a href="tutorial_llava.html" class="px-4 py-5 bg-white shadow text-center d-block match-height" style="height: 280px;">
<img src="./images/icon_vision-language-model.png" width="96" height="96">
<h3 class="mb-3 mt-0">Text + Vision</h3>
<p class="mb-0">Run Vision-Language model to give your AI access to vision</p>
</a>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<a href="tutorial_stable-diffusion.html" class="px-4 py-5 bg-white shadow text-center d-block match-height" style="height: 280px;">
<img src="./images/icon_diffusion.png" width="96" height="96">
Expand All @@ -367,6 +373,13 @@ <h3 class="mb-3 mt-0">Distillation</h3>
<p class="mb-0">Learn a technique to bring the power of a large foundation model to Jetson by knowledge distilation</p>
</a>
</div>
<div class="col-lg-4 col-sm-6 mb-4">
<a href="tutorial_nanosam.html" class="px-4 py-5 bg-white shadow text-center d-block match-height" style="height: 280px;">
<img src="./images/icon_NanoSAM.png" width="96" height="96">
<h3 class="mb-3 mt-0">NanoSAM</h3>
<p class="mb-0">SAM (Segment Anything Model) optimized to run blazing fast by distilation</p>
</a>
</div>
</div>
</div>
</section>
Expand Down
Binary file added docs/overrides/images/icon_NanoSAM.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 19f6b37

Please sign in to comment.