You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should really update the docs and example launch commands to explain to people the proper settings to get the most performance.
Specifically
using -t <V_cpus>
and
adjusting batchsize to get the most gpu usage possible
The text was updated successfully, but these errors were encountered:
This is a good suggestion.
I think using -t <V_cpus> is not necessary with Julia 1.6+ as it uses as many threads as there are CPU available by default.
But you are right I could tell something about modifying batch size.
By the way, if you find something missing in the doc, don't hesitate to have a go at adding it yourself and submit a PR!
You should really update the docs and example launch commands to explain to people the proper settings to get the most performance.
Specifically
using -t <V_cpus>
and
adjusting batchsize to get the most gpu usage possible
The text was updated successfully, but these errors were encountered: