-
Notifications
You must be signed in to change notification settings - Fork 56
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
Version #391
Comments
The path is a function of the installation prefix chosen when building the aws-ofi-nccl plugin ( |
Thanks Raghu, perhaps an example will make it more clear, I'm trying to write a script to help debug efa/nccl performance issues. That script grabs versions like:
I'm looking for a way to grab these versions regardless of how the libraries are installed as often we don't get to set the install |
I'd really like to see us package this as a manylinux wheel, and potentially we could ship a small bit of python bindings that loads the library and is able to provide a few helpers like:
A few things standing in the way of this:
Thoughts? |
Need some advise here on how to get the version of
aws-ofi-nccl
across different runtime environments:Typically I run the following to get the version:
However, this same command, run inside a container, needs have a slightly different path:
i.e.
Is there any easier way to get the version?
The text was updated successfully, but these errors were encountered: