Scott
Scott
Does this work with the subscriptions interface? I see no mention in the docs.
In my personal fork of redis-dataloader I use a final dataloader instance to coalesce redis mget calls. It's super helpful, saving ~3-4 round trips per request. https://github.com/scf4/ioredis-dataloader/blob/master/index.js Side note, if...
Fixes a typo in a warning message
I have two systems training on identical datasets System A has 4 x NVIDIA RTX A5000 (24GB VRAM per GPU), and a batch size of 12 per GPU. System B...
Hi! First, thank you so much for this repo, @esnya How would you recommend training with hf-rvc?