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
There is a problem in the dstack when the field gpu_count greater than zero and gpu_name is None. This raises an error when creating Gpu class.
gpu_count
gpu_name
None
The text was updated successfully, but these errors were encountered:
TheBits
Successfully merging a pull request may close this issue.
There is a problem in the dstack when the field
gpu_count
greater than zero andgpu_name
isNone
. This raises an error when creatingGpu class.
The text was updated successfully, but these errors were encountered: