Conversation
|
Looking good.
|
Added missing poetry install command.
|
I have added a link in the main README linking the instructions to setup the codebase and environment on Perlmutter, as well as submitting jobs. The document is a README under deployment. Does it make sense to move deployment documentation to a folder under docs/? The deployment on Perlmutter has been streamlined. On the user's scratch directory, the user clones the repo, and Poetry installs the project dependencies within the virtual environment. The virtual enviroment can then be loaded |
rfgeek
left a comment
There was a problem hiding this comment.
Ran the mnist example on perlmutter and it worked.
Summary
Running framework on Perlmutter. Setup guide documented in deployment README.
Motivation & Context
Shortest way to start running experiments on Perlmutter.
Approach
cdto$SCRATCHdirectory.Screenshots / Logs (optional)
API / CLI Changes
N/A
Breaking Changes
Performance (optional)
N/A
Security & Privacy
N/A
Dependencies
N/A
Testing Plan
Described in deployment readme.
Documentation
Added README under
src/deployment/perlmutter/.Checklist
ruff format --checkruff check .mypy srcpytest -qRisk & Rollback Plan
Probably not needed in the beginning
Notes for Reviewers