Peter Burkimsher

Results 10 comments of Peter Burkimsher

Please can you make the tofu.ttc file available? I've tried several times to generate it, without success.

I have now succeeded in programming the EspUSB Tiny! It does work, and I plan to write a blog post/tutorial explaining exactly how to have the hardware built, where to...

@dimov-cz What software are you using to flash: make burn or Arduino? Did you remember to connect GPIO0 to GND as well as serial Tx and Rx? Are you using...

Thanks ztipnis! I tried uploading the design to MacroFab, and it's certainly easier to use than PCBWay. Unfortunately I can't find an antenna for the BOM in their parts list....

I see that there's already uni_hid_parser_keyboard_set_leds in uni_hid_parser_keyboard.c - thank you for implementing that! That's much cleaner than my hacks to uni_bt_service. Unfortunately I haven't got it to work, due...

Fwd from Gabriel : "I think "Something went wrong (invalid CRSF token), please retry" would be enough. No need to tell about cookie settings if it doesn't explain what to...

Is it the Apple Magic Keyboard A1843? That one doesn't work at all for me :( There's already an [issue](https://github.com/jfedor2/hid-remapper/issues/28), but it's been closed without comment. I tried investigating with...

Ran ``` (base) peter@Peters-MBP-2 Llama % pip install torch ``` Then copied the example ``` #!/bin/bash NGPUS=2 CHECKPOINT_DIR=~/.llama/checkpoints/Llama-4-Scout-17B-16E-Instruct PYTHONPATH=$(git rev-parse --show-toplevel) \ torchrun --nproc_per_node=$NGPUS \ -m models.llama4.scripts.chat_completion $CHECKPOINT_DIR \ --world_size...

Just tried on v2.0, and that gave the same error "Failed to parse JSON output".