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
This is likely due to the compile step for GPUs being much worse maybe. One fix is to force add a flag to turn on/off the use of the GPU backend with default being False since the tool is for one-time episode runs usually.
If jax is installed with CUDA, running the CLI will use the GPU, be slow and use 75% VRAM
Runtime as is now (Env running on GPU):
And if running on CPU (via
jax.config.update("jax_platform_name", "cpu")
):The text was updated successfully, but these errors were encountered: