Skip to content

Releases: maharshi95/submititnow

Bug Fix: Common params in Experiment class

13 May 10:34
b00f58a
Compare
Choose a tag to compare

Version 0.9.5 Stackable slurm configs and profiles

05 Dec 18:22
Compare
Choose a tag to compare
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

04 Dec 22:00
Compare
Choose a tag to compare

Minor refactor

v0.9.4

04 Dec 21:16
Compare
Choose a tag to compare
  • 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 and cml-zhou to slaunch
  • Replaced os.walk with scandir.walk (for better performance) in jt/utils.py

0.9.3

05 Aug 14:54
Compare
Choose a tag to compare
Merge branch 'main' of https://github.com/maharshi95/submitit-wrapper

0.9.2

01 Aug 17:30
e1cffe3
Compare
Choose a tag to compare
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

05 Dec 03:38
Compare
Choose a tag to compare
Beta v0.9.1 Pre-release
Pre-release
v0.9.1-beta

Installing all the submititnow subpackages, Handling non default subm…