wired up voice and vision, testing motion

This commit is contained in:
Jaroslav Vizner
2026-08-28 11:26:40 +02:00
parent 8d88495f6f
commit 3982c6fb6b
84 changed files with 7696 additions and 8984 deletions
+14
View File
@@ -0,0 +1,14 @@
#!/usr/bin/env bash
set -e
LLAMA="$HOME/esarobotech/llama.cpp"
cd "$LLAMA"
echo "[R1] Starting Qwen LLM on port 8080"
exec ./build/bin/llama-server \
-hf Mungert/Qwen3-8B-abliterated-GGUF:Q4_K_M \
-c 8192 \
--host 127.0.0.1 \
--port 8080