From 7355b25048c9e5ddf2b6c54c8fe4f816631a5c76 Mon Sep 17 00:00:00 2001 From: xnought Date: Sun, 6 Oct 2024 19:04:22 -0400 Subject: [PATCH] don't show quantizd desc unless exnaded --- src/App.svelte | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 6fcc277..49b205a 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -558,10 +558,12 @@ height={300} >
quantized
-
- Reshape qvecs like the - input features for the decoder. -
+ {#if expanded} +
+ Reshape qvecs like + the input features for the decoder. +
+ {/if} {/if}