-
Notifications
You must be signed in to change notification settings - Fork 4
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
Added pytorch framework script to test on gpu nodes #86
base: main
Are you sure you want to change the base?
Conversation
A couple of comments.
|
…t_usr variable to ansible become_user
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.
It looks good now but we need to re-test it on a GPU node after these changes.
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.
Since performing actions as a different user on Ansible is rather fiddly, we could go back to copying the scripts on each node as root. The scripts should be tweaked so that they don't just download in the current directory; instead, the download location should be configurable but default to a predetermined location on NFS. This NFS path should be world-readable while writable only by a service account. In order to download the datasets, an admin could execute the scripts via runuser -u <service account> <script path>
.
We could add a brief README with instructions on executing a test assuming that the dataset is already available. If the dataset isn't available, the user should notify an admin and ask them to download it.
This branch is for testing DeepLearningExamples from Nvidia on GPU nodes.
The relevant test scripts for few DL frameworks is added in the g_nodes role.