Skip to content

Commit fd3839f

Browse files
committed
Change jax to gemma card
1 parent 2e4a137 commit fd3839f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

app/public/img/gemma-logo.png

16.4 KB
Loading

app/public/img/jax-logo.png

-57.6 KB
Binary file not shown.

app/src/views/Home.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,17 @@
9191
class="card bg-white px-3 lg:px-6 py-2 lg:py-6 flex flex-col text-center items-center place-content-center"
9292
>
9393
<div class="dev-tools-image">
94-
<img src="../../public/img/jax-logo.png" class="w-1/3" />
94+
<img src="../../public/img/gemma-logo.png" class="w-1/3" />
9595
</div>
9696
<h2 class="text-2xl mb-6">
97-
JAX
97+
Gemma
9898
</h2>
9999
<p class="text-lg px-8 pb-8">
100-
Accelerate numerical code and machine learning with JAX's automatic differentiation and high-performance compilation.
100+
Built on the same cutting-edge research and technology as Gemini, Gemma is a family of lightweight, open models, meticulously crafted for you.
101101
</p>
102102
<MaterialButton type="primary" class="mb-12">
103103
<div class="frc">
104-
<a href="https://docs.jax.dev/en/latest/index.html">Learn more</a>
104+
<a href="https://ai.google.dev/gemma">Learn more</a>
105105
</div>
106106
</MaterialButton>
107107
</div>

0 commit comments

Comments
 (0)