KCFindstr

Results 12 comments of KCFindstr

> @KCFindstr were you able to solve this one? > > are there updates regarding this feature? I tried to get around this by creating my own adminjs loader: -...

> This looks like exactly what I need, have you put files on GitHub? Also want to make sure I make the right attribution and checking on usage rights. I...

Example: this is the auto BPM detection from a rhythm game *Malody*. After setting the correct offset & BPM, it's expected that a lot of the strong beats lie on...

Great, thanks for the prompt reply! I have attached an example song. [song-bg.zip](https://github.com/dlepaux/realtime-bpm-analyzer/files/14154552/song-bg.zip) Expected BPM is 130 and offset is 429ms. (any offset like 429±(60000/130)*i will be correct too, and...

@dlepaux Nope - Malody is a commercial app and it already has a BPM detector with very good accuracy, but the algorithm is closed source. I am developing an open...

From the original notebook, the correct machine type is `ct5lp-hightpu-4t` - You might have accidentally modified the machine type. Please let me know if `ct5lp-hightpu-4t` works.

Hi @kathyyu-google , would you please take a look at this hex-llm deployment failure?

Thanks a lot! I had a hard time debugging the fluids working on Fabric but crashing on NeoForge. Hope this bug can get fixed.

Could you elaborate how this fixes the issue? `past_key_values` hasn't been assigned any values inside the loop so it is always `None`, or did I miss anything?

I don't see where you store the past states from the model's output in this fix - `past_key_values` is still `None` after the first step. Are you missing a line...