SHA256
wired up voice and vision, testing motion
This commit is contained in:
Executable
+14
@@ -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
|
||||
Reference in New Issue
Block a user