mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-01-22 16:40:21 +01:00
Add Qwen3 presets
This commit is contained in:
parent
fe955cac1f
commit
0dbc4cbc71
3
user_data/presets/Qwen3 - No Thinking.yaml
Normal file
3
user_data/presets/Qwen3 - No Thinking.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
temperature: 0.7
|
||||
top_p: 0.8
|
||||
top_k: 20
|
||||
3
user_data/presets/Qwen3 - Thinking.yaml
Normal file
3
user_data/presets/Qwen3 - Thinking.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
temperature: 0.6
|
||||
top_p: 0.95
|
||||
top_k: 20
|
||||
Loading…
Reference in a new issue