[model gateway][0/N] router EPD support: add encoder grpc server backend support (#16552)
Co-authored-by: Zongyao Chen <ZongYao.Chen@linux.alibaba.com> Co-authored-by: Zongyao Chen <solar1s@163.com>
This commit is contained in:
co-authored by
Zongyao Chen
Zongyao Chen
parent
facde4c6d3
commit
d939e26585
@@ -465,6 +465,11 @@ class Envs:
|
||||
# Health Check
|
||||
SGLANG_ENABLE_HEALTH_ENDPOINT_GENERATION = EnvBool(True)
|
||||
|
||||
# Encoder gRPC
|
||||
SGLANG_ENCODER_GRPC_TIMEOUT_SECS = EnvInt(60)
|
||||
# Encoder receiver selection: http|grpc (used by EPD paths).
|
||||
SGLANG_ENCODER_MM_RECEIVER_MODE = EnvStr("http")
|
||||
|
||||
# External models
|
||||
SGLANG_EXTERNAL_MODEL_PACKAGE = EnvStr("")
|
||||
SGLANG_EXTERNAL_MM_MODEL_ARCH = EnvStr("")
|
||||
|
||||
Reference in New Issue
Block a user