text-generation-webui/extensions/dynatemp_with_range
oobabooga c4c7fc4ab3 Lint
2024-01-07 09:36:56 -08:00
..
README.md Dynamic Temperature HF loader support (#5174) 2024-01-07 10:36:26 -03:00
script.py Lint 2024-01-07 09:36:56 -08:00

dynatemp_with_range

This extension makes it possible to set the minimum and maximum temperatures for dynamic temperature explicitly.

For instance, you can directly set

min_T = 0.1
max_T = 3

instead of having to convert that to

T = 1.55
dynatemp = 1.45