launchProcess

fun launchProcess(command: List<String>, workingDir: File, port: Int): Boolean

Avvia il processo LLAMA-Server e attende che diventi integro.

Return

"true" se il server è stato avviato e ha superato i controlli di integrità.

Parameters

command

Full command line (binary path first).

workingDir

Working directory for the process.

port

Port the server will listen on (used for health checks).