-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Fix slurmrestd version function #953
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rstyd Should there be a fix for the configuration file?
Please remove api version from config and use whatever is installed. |
I tried this out with and without slurmrestd and it seems to work well. I haven't reviewed the changes yet. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This also works for me + I can find the openapi_version in the beeflow logs.
This PR fixes the slurmrestd inference function. It also adds a debug message that states what version it finds.