Rename oobabooga's setting

This commit is contained in:
SillyLossy
2023-03-22 20:25:06 +02:00
parent d4524e1e0e
commit 801952f97b
3 changed files with 8 additions and 4 deletions

View File

@@ -378,13 +378,13 @@
</div>
<div class="range-block">
<div class="range-block-title">
Repetition Penalty Range
No repeat ngram size
</div>
<div class="range-block-counter">
<span id="rep_pen_size_counter_textgenerationwebui">select</span>
</div>
<div class="range-block-range">
<input type="range" id="rep_pen_size_textgenerationwebui" name="volume" min="0" max="2048" step="1">
<input type="range" id="rep_pen_size_textgenerationwebui" name="volume" min="0" max="20" step="1">
</div>
</div>
</div>

View File

@@ -1402,7 +1402,7 @@ async function Generate(type, automatic_trigger, force_name2) {//encode("dsfs").
var generate_data = {
data: [
finalPromt,
this_amount_gen, // min_length
this_amount_gen, // max new tokens
doSample, // do_sample
textgenerationwebui_settings.temp, // temperature
textgenerationwebui_settings.top_p, // top_p

View File

@@ -615,12 +615,16 @@ input[type=submit] {}
#right-nav-panel-tabs {
margin-top: 10px;
margin-bottom: 10px;
width: calc(100% - 15px);
width: 100%;
max-height: 30px;
display: flex;
align-items: flex-end;
}
#right-nav-panel-tabs .right_menu_button:last-of-type {
padding-right: 0;
}
/* ##################################################################### */
/* Right Panel's Upper Tabs */
/* ##################################################################### */