Kipok / NeMo-Skills

A pipeline to improve skills of large language models
https://kipok.github.io/NeMo-Skills/
Apache License 2.0
185 stars 41 forks source link

Minor fix to the dependency job id calculation #163

Closed titu1994 closed 1 month ago

titu1994 commented 1 month ago

Minor fix to the temporary function used to resolve the latest job directory - now it accepts explicit job directory demarcated by a integer string separated by _ after the expname. It then bypasses the latest calculation and just uses the job directory directly.

Further more, a minor fix in handler calculation - as when there are multiple jobs scheduled, the parameter is called handlers instead and represents a list (so we extend it instead)

Kipok commented 1 month ago

Thanks!