Skip to content

Commit

Permalink
set do_sample to False
Browse files Browse the repository at this point in the history
  • Loading branch information
sgwhat committed Apr 25, 2024
1 parent 7d8500f commit 5517615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def default_preset():
'mirostat_mode': 0,
'mirostat_tau': 5,
'mirostat_eta': 0.1,
'do_sample': True,
'do_sample': False,
'encoder_repetition_penalty': 1,
'no_repeat_ngram_size': 0,
'min_length': 0,
Expand Down

0 comments on commit 5517615

Please sign in to comment.