Files
bdi_podman_serverconf/Services/llamacpp-swap/Scripts/stopEmbedding.sh

4 lines
90 B
Bash
Executable File

#!/bin/bash
# Stop llama-server per DuckAi-Embedding
pkill -f "llama-server.*--port 8096"