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
We should add a feature to our training notebooks to check if an environment variable is set (e.g. KINOML_NUM_THREADS), and if so, call `torch.set_num_threads() with the appropriate number of threads. This will allow us to better work within batch queue systems.
The text was updated successfully, but these errors were encountered:
We should add a feature to our training notebooks to check if an environment variable is set (e.g.
KINOML_NUM_THREADS
), and if so, call `torch.set_num_threads() with the appropriate number of threads. This will allow us to better work within batch queue systems.The text was updated successfully, but these errors were encountered: