milatools icon indicating copy to clipboard operation
milatools copied to clipboard

Tools to connect to and interact with the Mila cluster

Results 31 milatools issues
Sort by recently updated
recently updated
newest added

# What this does This PR adds some new functions and classes which will be used in the near future to significantly refactor most commands of milatools. Once these commands...

Based off of #112 - Support ssh keys with passphrase in `mila code` (thanks to `RemoteV2`) - Adjust `code` to use `RemoteV2`. - Rename `code` to `code_v1`, `code` --> `code_v1`...

- Make it so the build workflow doesn't run on changes to the README (as is the case in #122 ) - The build workflow will now have a concurrency...

TODOs: - [ ] Rebase off master once #111 is merged.

Based off of #112 Logs into all the hosts in the SSH config (except entries with "?", "*", "!", or entries with a proxycommand and remotecommand. Creates reusable SSH connections...

- Adds a --salloc flag which is exaclty the same as using the '--alloc' flag (without the --persist) flag. - Adds a --sbatch flag which is the same as doing...

TODOs: - [x] Rebase off of #112 - [ ] Remove all uses of `check_passwordless` and `RemoteV1`, etc.

### Make sure you can reproduce the issue with the latest version available ``` pip install milatools --upgrade [milatools command e.g. mila code ...] ``` done ### What command did...

### What command did you run? mila init ### Describe the bug I am following the setup procedure as in the user guide. After successfully installing milatools, 'mila init' command...