Update log file path and enhance load log messages

This commit is contained in:
Mikhail Yevchenko
2026-05-18 18:41:14 +00:00
parent 9bc9ba11c5
commit d0347b0755
+3 -1
View File
@@ -7,12 +7,14 @@ from vastai import Worker, WorkerConfig, HandlerConfig, LogActionConfig, Benchma
# vLLM model configuration # vLLM model configuration
MODEL_SERVER_URL = 'http://127.0.0.1' MODEL_SERVER_URL = 'http://127.0.0.1'
MODEL_SERVER_PORT = 18000 MODEL_SERVER_PORT = 18000
MODEL_LOG_FILE = '/var/log/portal/vllm.log' MODEL_LOG_FILE = '/var/log/onstart.log'
MODEL_HEALTHCHECK_ENDPOINT = "/health" MODEL_HEALTHCHECK_ENDPOINT = "/health"
# vLLM-specific log messages # vLLM-specific log messages
MODEL_LOAD_LOG_MSG = [ MODEL_LOAD_LOG_MSG = [
"Application startup complete.", "Application startup complete.",
"llama runner started in",
"Server listening on",
] ]
MODEL_ERROR_LOG_MSGS = [ MODEL_ERROR_LOG_MSGS = [