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
Use test -n to check the existence of CUDA_VISIBLE_DEVICES (#1204)
With `set -u`, if CUDA_VISIBLE_DEVICES is not set outside of
`test-maxtext.sh`, then `if [ "$CUDA_VISIBLE_DEVICES" != "" ]; then`
will introduce `-bash: CUDA_VISIBLE_DEVICES: unbound variable` error.
0 commit comments