Results 9 comments of xawos

Checking [uart.h](https://github.com/martin-ger/esp_slip_router/blob/55b81494c52630bb30d7115746be46d553579334/include/driver/uart.h#L69) and [config_flash.c](https://github.com/martin-ger/esp_slip_router/blob/55b81494c52630bb30d7115746be46d553579334/user/config_flash.c#L35) looks like this should be configurable. Additionally, the last lines of the README hints toward the possibility of increasing this speed, although i'm not sure if...

Nice idea, added it [here](https://github.com/xawos/owt) forking this repo :) @ruecat: of course feel free to steal my code as I did with yours. I didn't create a fork as I'm...

Thanks for the suggestion, I tried yesterday but I didn't delete the files, for some reason I thought it was sufficient. Just tried now after your suggestion by deleting and...

Awesome, thanks, we are making progress, although it still fails generation on the Diffusion step with an error coming from [this line](https://github.com/vitoplantamura/OnnxStream/blob/a85ffe7191f2e3ed08137b8d1ad946110c18972d/src/onnxstream.cpp#L785). Full pastebin [here](https://pastebin.com/bQQpQf9j), last relevant lines: ``` #666)...

So yes, using `--rpi` does solve it and generates images, I'm wondering if it's due to [this XNNPACK issue](https://github.com/google/XNNPACK/issues/5834) though

make[1]: javac: No such file or directory missing javac, I think you need JDK rather than the JRE

What I don't understand is: are the layers used sequentially or based on neuron/feature activation? [Currently](https://github.com/lyogavin/airllm/blob/main/air_llm/airllm/airllm_base.py#L591) it removes the previous layer and it also [prefetches](https://github.com/lyogavin/airllm/blob/main/air_llm/airllm/airllm_base.py#L474) the next layer, could accounting...

For future brains having the same issue, I've found thanks to [this comment](https://github.com/salesforce/BLIP/issues/176#issuecomment-1773924533) that this: `export RUSTFLAGS='-A invalid_reference_casting'` before `pip install -r requirements.txt` fixed the issue introduced [here](https://github.com/rust-lang/rust/pull/112431).

Read the README, you need to rename the `.env.example` into `.env` and add your IDs there :) Example here: https://github.com/ruecat/ollama-telegram#environment-configuration