We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It looks like distributed has changed the types of some gpu-specific worker attributes, which causes a breakage here:
https://github.com/rapidsai/tpcx-bb/blob/7bbcc38cb3936fc8a10f93c9f886f164ea59e01b/tpcx_bb/xbb_tools/cluster_startup.py#L134
Previously, the memory-total was a list. Now, it returns an integer. We'll need to update accordingly.
memory-total
Not sure, but this may have been changed in dask/distributed#3810
The text was updated successfully, but these errors were encountered:
Picking this up
Sorry, something went wrong.
beckernick
Successfully merging a pull request may close this issue.
It looks like distributed has changed the types of some gpu-specific worker attributes, which causes a breakage here:
https://github.com/rapidsai/tpcx-bb/blob/7bbcc38cb3936fc8a10f93c9f886f164ea59e01b/tpcx_bb/xbb_tools/cluster_startup.py#L134
Previously, the
memory-total
was a list. Now, it returns an integer. We'll need to update accordingly.Not sure, but this may have been changed in dask/distributed#3810
The text was updated successfully, but these errors were encountered: