Releases: maharshi95/submititnow
Releases · maharshi95/submititnow
Bug Fix: Common params in Experiment class
Full Changelog: 0.9.5...0.9.6
Version 0.9.5 Stackable slurm configs and profiles
Updated to version 0.9.5 * Now --config in slaunch and py-srun can take multiple values and be stacked. * Fixed the order of stacking of slurm_params and profile params.
v0.9.4.1
Minor refactor
v0.9.4
- Keys in SLURM config json file need not have
slurm_
prefix - Added py-srun script to perform srun over a SLURM config file
- Added new handlers for
cml
,cml-scavenger
andcml-zhou
to slaunch - Replaced os.walk with scandir.walk (for better performance) in jt/utils.py
0.9.3
Merge branch 'main' of https://github.com/maharshi95/submitit-wrapper
0.9.2
Dev (#6) * Installing all the submititnow subpackages. * Fixed rich file content viewing using StringIO. * Added support for all major slurm arguments. * Implemented custom action for --nodelist * Removed `slurm` prefix from the option strings * Changed `exp_name` to `exp-name` * Added gpu_matmul.py in examples for GPU testing * Bumping the version to 0.9.2 --------- Authored-by: Maharshi Gor <[email protected]>
Beta v0.9.1
v0.9.1-beta Installing all the submititnow subpackages, Handling non default subm…