Settings for poor hardware #342
Purfview
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
beam_size=1
: can speed-up transcription twice. [ small impact on accuracy ]compute_type
: test different types to find fastest for your hardware. [--verbose=true
to see all supported types, use-fallback=None
when doing benchmarks for comparison]To reduce memory usage try to reduce incrementally:
--best_of=1
, then--beam_size=1
, then-fallback=None
.Beta Was this translation helpful? Give feedback.
All reactions