- Dockerfile.social: social-bot container with faster-whisper, llama-cpp-python (CUDA), piper-tts, insightface, pyannote.audio, OpenWakeWord, pyaudio - scripts/convert_models.sh: TRT FP16 conversion for SCRFD-10GF, ArcFace-R100, ECAPA-TDNN; CTranslate2 setup for Whisper; Piper voice download; benchmark suite - config/asound.conf: ALSA USB mic (card1) + USB speaker (card2) config - models/README.md: version-pinned model table, /models/ layout, perf targets - systemd/: saltybot-social.service + saltybot.target + install_systemd.sh - docker-compose.yml: saltybot-social service with GPU, audio device passthrough, NVMe volume mounts for /models and /social_db Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
9 lines
214 B
SYSTEMD
9 lines
214 B
SYSTEMD
[Unit]
|
|
Description=Saltybot Full Stack Target
|
|
Documentation=https://gitea.vayrette.com/seb/saltylab-firmware
|
|
After=docker.service network-online.target
|
|
Requires=docker.service
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|