mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2024-11-26 09:40:20 +01:00
48327cc5c4
--------- Co-authored-by: oobabooga <112222186+oobabooga@users.noreply.github.com>
18 lines
275 B
Markdown
18 lines
275 B
Markdown
# 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
|
|
```
|