Windows Compatible RNN-T

I’ve been spending the past few weeks working with ASR models, and so far I’ve managed to train a decent CTC model, start training a Seq2Seq model (takes too long to train), and I have been trying to get the RNN Transducer to work, but I haven’t found any implementation that works in Windows. Every implementation typically always uses WarpTransducer, which has no support for Windows. Has anybody made one, or know of one that will work?

Thanks in advance!