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
Using the command line: --alloc --gres=cpu:8 as mentioned in the readme file produces the error: Encountered a bad command exit code!
Instead, I had to run --alloc --cpus-per-task=8 to allocate 8 cpus per and or using gpus: --gpus=n to allocate n gpus.
The text was updated successfully, but these errors were encountered:
Using the command line: --alloc --gres=cpu:8 as mentioned in the readme file produces the error: Encountered a bad command exit code!
Instead, I had to run --alloc --cpus-per-task=8 to allocate 8 cpus per and or using gpus: --gpus=n to allocate n gpus.
The text was updated successfully, but these errors were encountered: