Skip to content

Commit

Permalink
fix: add two gradations to the text token/s thresholds
Browse files Browse the repository at this point in the history
  • Loading branch information
tazlin authored and db0 committed Jan 21, 2025
1 parent 2f75802 commit f5584f6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion horde/classes/kobold/processing_generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,9 @@ def record(self, things_per_sec, kudos):
# but new paradigms, backends and breakthroughs have made these numbers increasingly inaccurate or irrelevant.

max_speed_per_multiplier = {
1: 100,
70: 30,
14: 100,
8: 150,
}

for params_count in max_speed_per_multiplier:
Expand Down

0 comments on commit f5584f6

Please sign in to comment.