Open ThibaultCastells opened 8 months ago
@GuiyeC has an implementation over on the https://github.com/guernikacore/schedulers repo which may help
https://github.com/GuernikaCore/Schedulers/blob/main/Sources/Schedulers/LCMScheduler.swift
Oh that's great, I did not find any implementation when I looked for it. Thank you!
Hello,
I really like this repo, thank you to all the contributors!
I was wondering if there are plans to add the LCM scheduler to this repo. From my understanding, it wouldn't require major modifications in the code, and it would allow much faster inference. I already started working on it, but I think both my understanding of the scheduler and my Swift skills are too low to complete the task all by myself.
Below is my current code. Although it is not working, I think it could be a good starting point for anyone wanting to contribute.
Any help is welcome! Thank you 😃