Robert Sinclair

Results 99 issues of Robert Sinclair

Added support for eeproms bigger than 4K. The program as it was failed if the eeprom is bigger than 4096 bytes. This version works also with bigger eeproms (24c128 for...

The sdcard image is 64 GB... Do you really allocate it in memory?? Meh.

Please fix the compilation and if possible add a compilation for windows too.

Please add a full document upload. Gemini support any kind of files not only images!

Would be nice a CPU only version too. I wonder if you can go faster than "faster-whisper" while keeping accuracy.

``` from ctransformers import AutoModelForCausalLM llm = AutoModelForCausalLM.from_pretrained("ibm-granite/granite-3.1-2b-instruct", model_type="gpt2") print(llm("Tell me the difference between thinking in humans and in LLMs.")) ``` the above doesn't work. how can I use it?

I am doing a similar project and I stumbled into an esp32 bug. You can read about it here: https://github.com/espressif/arduino-esp32/issues/10894 In short: create a tap of 2 minutes with a...

Inside these devices ![Image](https://github.com/user-attachments/assets/d9ae53a3-e574-4b5a-8082-ad62d9f05d21) There is an FX2LP. The 10 pins out are 8 (PORT B) and 2 GND If I try fx2pipe/fx2pipe -d=0x925:0x3881 -a|hexdump -vC I get no data....

I wonder how fast would be to train a model from scratch using f16 for output and embed tensors and q5_k or q6_k for the other tensors. My quants of...

The missing feature is, instead of HTML, to generate an output in pure UNICODE, using the unicode characters like DOTS. In that way copying and pasting would work also in...