Added pytorch framework script to test on gpu nodes#86
Added pytorch framework script to test on gpu nodes#86Infinity-ops wants to merge 18 commits intoIKIM-Essen:mainfrom
Conversation
|
A couple of comments.
|
…t_usr variable to ansible become_user
enasca
left a comment
There was a problem hiding this comment.
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.
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.