Yono Mittlefehldt

Results 9 comments of Yono Mittlefehldt

@zachlucas I think I have something for this, but just got distracted by other work. Let me see if I can get a PR set up this weekend.

Sorry I haven't gotten a chance to finish this. I'm not planning on using Swift Pygments. I tried using it a while back when I was working on getting Python...

I've finally pushed my changes to my [SplashPython](https://github.com/yonomitt/SplashPython/tree/main/Sources/SplashPython) repo. Now all that's left is to integrate it into DeckUI 😄

@zachlucas Check this out: https://github.com/joshdholtz/DeckUI/pull/28

If you notice any issues with syntax highlighting in Python, we may need to add syntax rules to SplashPython. I'm sure I'm missing some.

@zachlucas Just a heads up. I noticed that SplashPython did not properly tokenize multiline strings. I've fixed this and tagged a new version of SplashPython (1.1.0). If you're using the...

> Further debugging the issue revealed that the crash seems to happen frequently if there are Cyrillic letters in the batch; processing these takes considerably more time and VRAM. It's...

@RuntimeRacer Can you post how the `text_tokens_lens` and `audio_features_lens` compare for a Cyrillic sentence? I think my OOMs were due to text that was way too long compared to the...

It looks like it's a file format called GGLA (possibly a simplified version of GGML? or GGUF?): https://github.com/ggerganov/llama.cpp/blob/21be9cab94e0b5b53cb6edeeebf8c8c799baad03/examples/export-lora/export-lora.cpp#L225 If I'm reading this correctly, the format is something like this: ##...