Merge pull request #5601 from JamesClarke7283/extend-num-predict-param

fix: Extend num predict param
This commit is contained in:
Timothy Jaeryang Baek 2024-09-22 14:28:00 +02:00 committed by GitHub
commit c5b93ca631
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -734,7 +734,7 @@
id="steps-range" id="steps-range"
type="range" type="range"
min="-2" min="-2"
max="16000" max="131072"
step="1" step="1"
bind:value={params.max_tokens} bind:value={params.max_tokens}
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"
@ -746,7 +746,6 @@
type="number" type="number"
class=" bg-transparent text-center w-14" class=" bg-transparent text-center w-14"
min="-2" min="-2"
max="16000"
step="1" step="1"
/> />
</div> </div>