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

4 lines
94 B
Bash
Executable File

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