Filter mirostat block by API type. Sources: - https://docs.vllm.ai/en/latest/dev/sampling_params.html - https://docs.together.ai/reference/completions-1 - https://github.com/theroyallab/tabbyAPI/blob/main/common/sampling.py#L326 - https://openrouter.ai/docs/parameters - https://github.com/ollama/ollama/blob/main/docs/api.md#generate-request-with-options - https://mancer.tech/docs-api/#/openai/post_oai_v1_completions - https://github.com/ggerganov/llama.cpp/blob/master/examples/server/README.md#api-endpoints - https://github.com/LostRuins/koboldcpp/blob/concedo/koboldcpp.py#L139 - https://github.com/PygmalionAI/aphrodite-engine/blob/main/aphrodite/common/sampling_params.py#L77 - https://huggingface.co/docs/huggingface_hub/en/package_reference/inference_types#huggingface_hub.TextGenerationInput - https://dreamgen.com/docs/api#openai-text

2876426c87cd10319d65fb8e8c221b9d45e6cf6f

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +1 -1Ignore whitespace
public/index.html+1 -1
@@ -1358,7 +1358,7 @@
1358 </div>1358 </div>
1359 </div>1359 </div>
1360 </div>1360 </div>
1361 <div data-newbie-hidden id="mirostat_block_ooba" class="wide100p">1361 <div data-newbie-hidden data-tg-type="ooba,aphrodite,featherless,infermaticai,koboldcpp,llamacpp,mancer,ollama,tabby" id="mirostat_block_ooba" class="wide100p">
1362 <h4 class="wide100p textAlignCenter">1362 <h4 class="wide100p textAlignCenter">
1363 <label data-i18n="Mirostat (mode=1 is only for llama.cpp)">Mirostat</label>1363 <label data-i18n="Mirostat (mode=1 is only for llama.cpp)">Mirostat</label>
1364 <div class=" fa-solid fa-circle-info opacity50p " data-i18n="[title]Mirostat_desc" title="Mirostat is a thermostat for output perplexity.&#13;Mirostat matches the output perplexity to that of the input, thus avoiding the repetition trap&#13;(where, as the autoregressive inference produces text, the perplexity of the output tends toward zero)&#13;and the confusion trap (where the perplexity diverges).&#13;For details, see the paper Mirostat: A Neural Text Decoding Algorithm that Directly Controls Perplexity by Basu et al. (2020).&#13;Mode chooses the Mirostat version. 0=disable, 1=Mirostat 1.0 (llama.cpp only), 2=Mirostat 2.0."></div>1364 <div class=" fa-solid fa-circle-info opacity50p " data-i18n="[title]Mirostat_desc" title="Mirostat is a thermostat for output perplexity.&#13;Mirostat matches the output perplexity to that of the input, thus avoiding the repetition trap&#13;(where, as the autoregressive inference produces text, the perplexity of the output tends toward zero)&#13;and the confusion trap (where the perplexity diverges).&#13;For details, see the paper Mirostat: A Neural Text Decoding Algorithm that Directly Controls Perplexity by Basu et al. (2020).&#13;Mode chooses the Mirostat version. 0=disable, 1=Mirostat 1.0 (llama.cpp only), 2=Mirostat 2.0."></div>