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
[Runtime] Fix out of threads error to raise on every call (#7857)
Currently the attention tutorial is failing on gb200. This happens
because we only check for too many threads on the first `_init_modules`
call. This changes it so that when we raise `OutOfResources` we also set
`self._run` to a function that will raise the error. This means we will
still raise the error, even if the module has already been loaded.
0 commit comments