Skip to content

Commit

Permalink
Don't update setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
turboderp committed Nov 22, 2023
1 parent 4b12fd8 commit 5886047
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@
# Generate some text

settings = ExLlamaV2Sampler.Settings()
settings.temperature = 0.85
settings.temperature = 1.85
settings.temperature_last = True
settings.top_k = 50
settings.top_p = 0.8
settings.token_repetition_penalty = 1.15
Expand Down

0 comments on commit 5886047

Please sign in to comment.