Skip to content

Commit

Permalink
don't show quantizd desc unless exnaded
Browse files Browse the repository at this point in the history
  • Loading branch information
xnought committed Oct 6, 2024
1 parent 9f23f04 commit 7355b25
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -558,10 +558,12 @@
height={300}
>
<div class="qcode">quantized</div>
<div class="code" style="font-size: 12px;">
Reshape <span style="color: deepskyblue;">qvecs</span> like the
input features for the decoder.
</div>
{#if expanded}
<div class="code" style="font-size: 12px;">
Reshape <span style="color: deepskyblue;">qvecs</span> like
the input features for the decoder.
</div>
{/if}
</foreignObject>
{/if}

Expand Down

0 comments on commit 7355b25

Please sign in to comment.