Implement _VariableFunctionsClass.randint of torch
triage team: what guarantees do we need to provide w.r.t. the generated random numbers? i.e. do we need to match torch exactly, match the same distribution, merely respect the low/high parameters?
NeMo does occasionally use the dtype parameter, and sometimes it's even float32 or similar instead of some integer. We might want to map this an RNG op + a cast.
triage review — we currently don't require matching anything; we would accept an implementation of randint that calls PyTorch's randint
Hi.. I would like to work on this.. is the work still in progress?
Hi.. I would like to work on this.. is the work still in progress?
Yep! No one is currently working on this. It'd be great to see a PR
go for it @aditya-167!