RevanthRameshkumar

Results 31 comments of RevanthRameshkumar

The usecase here is to be able to generate the "abc fdsfdsfds" string properly, but to do this the upstream logic needs to know that not only does B token...

@Larpoux, this person made a guitar tuner using platform channels. https://pub.dev/packages/flutter_fft Is this implementation different from yours? Would this implementation style help w/ the delay issue?

Oh it is because of the lookaheads, this works: ``` '(\not|not\(|-)' ```

Greenery actually doesn't parse lookaheads from when I tried it last, so your library is more useful to me. Kudos on the parse and fsm class...very useful!

Is there more info on why they are hard? When I do 'not(?=\s)' your lib actually produces the exact fsm I need. Actually I don't care about intersection...the fsm generation...

I'm using it to generate a lark grammar compatible string by picking one token at a time (where the tokens are treated as atomic at any length)

Lark only lets you see next atomic terminals, but no sub terminal options. Combining with fsm lets you go sub terminal.

hey @NanoCode012 , no stack trace but this is the log I get: ``` [err, 0:56, 60s, g3117] Loading safetensors checkpoint shards: 25% Completed | 1/4 [00:07

Part of the stack trace (this is present even with the triton downgrade, though the job still runs) ``` [out, 3:47, 238s, g3118] [2025-04-12 17:49:53,069] [INFO] [axolotl.callbacks.on_train_begin:811] [PID:26094] [RANK:0] The...

@winglian that is good to know. What about the triton 3.2.0 issue that throws the PY_SSIZE_T_CLEAN error?