mirror of
https://github.com/run-llama/semtools.git
synced 2026-07-21 11:15:24 -04:00
[chore] Increase default batch size #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @logan-markewich on GitHub (Sep 2, 2025).
The default batch size is pretty small right now (1024). We can probably get some minor speedup improvements by bumping this up.
Initial benchmarks show little-to-no impact on memory usage by increasing this. Hot-spot seems to be 16k->66k ish. Might go on the lower side to be safe