Comment on LLM on Nintendo DS Lite
binaryqueen@programming.dev 1 day agoI use the Kaico DSpico Flashcart and on the RPi Zero 2W I use a bash script with hostapd, iw, dnsmasq, socat, and iproute2. For HTTP and JSON I use my own implementation, no library. The rest is documented in the post.
Did some experiments with my DS Lite and ended up with this. Using DevkitPro libs (libnds, dswifi, calico). Apfel on macOS and a wifi (WEP) bridge running on a RPi Zero 2W. 🖤
Which LLM are you running and what are you running it on?
binaryqueen@programming.dev 17 hours ago
This is the model:
and I’m running it on a MacBook Air M4 16 GB.
Do I understand correctly that what you’ve made is a DSLite client to chat with the apple included model on your laptop?
binaryqueen@programming.dev 16 hours ago
Exactly, yes.