Remove the temperature slider
It was not being used by most presets.
This commit is contained in:
parent
4a4c11616f
commit
3f1e70d2c8
2 changed files with 17 additions and 20 deletions
|
@ -2,4 +2,4 @@ do_sample=True,
|
|||
max_new_tokens=max_length,
|
||||
top_p=1,
|
||||
typical_p=0.3,
|
||||
temperature=temperature,
|
||||
temperature=0.7,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue