mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 10:26:33 +00:00
fix rep penalty min value (#963)
This commit is contained in:
@ -312,7 +312,7 @@
|
||||
type="range"
|
||||
id="repeat_penalty"
|
||||
name="repeat_penalty"
|
||||
min="-2"
|
||||
min="1"
|
||||
max="2"
|
||||
step="0.01"
|
||||
value="1.10"
|
||||
|
@ -241,7 +241,7 @@
|
||||
type="range"
|
||||
id="repeat_penalty"
|
||||
name="repeat_penalty"
|
||||
min="-2"
|
||||
min="1"
|
||||
max="2"
|
||||
step="0.01"
|
||||
value="1.10"
|
||||
|
Reference in New Issue
Block a user