Commit 82763852 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: step value update

parent ec07dff7
...@@ -747,7 +747,7 @@ ...@@ -747,7 +747,7 @@
min="1" min="1"
max="16000" max="16000"
bind:value={num_ctx} bind:value={num_ctx}
step="32" step="1"
class="w-full h-2 rounded-lg appearance-none cursor-pointer dark:bg-gray-700" class="w-full h-2 rounded-lg appearance-none cursor-pointer dark:bg-gray-700"
/> />
</div> </div>
...@@ -771,7 +771,6 @@ ...@@ -771,7 +771,6 @@
</button> </button>
</div> </div>
</div> </div>
{:else if selectedTab === 'models'} {:else if selectedTab === 'models'}
<div class="flex flex-col space-y-3 text-sm mb-10"> <div class="flex flex-col space-y-3 text-sm mb-10">
<div> <div>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment