I ran this bulky LLM on an SBC cluster, and it's the most unhinged setup I've ever built
…cmake .. -DGGML_RPC=ON -DCMAKE_BUILD_TYPE=Release cmake --build . --config Release -j$(nproc) Since I wanted the Alta SBC to act as the secondary server rig, I ran ./bin/rpc-server…
