feat(npu): add advisory gateway wrapper
This commit is contained in:
@@ -46,10 +46,10 @@ printf 'busy_time_us=%s\n' "$(busy_value)"
|
||||
|
||||
section "Listeners"
|
||||
# Required OpenVINO/NPU program ports: live baseline 18810/18816/18817,
|
||||
# approved prototypes 18818/18819/18820, and optional doc/image triage 18829.
|
||||
# reranker 18818, local-only specialists 18819/18820/18829, and advisory gateway 18830.
|
||||
# 18814 is the existing RAG/embedding health wrapper; 18828 is a review-only
|
||||
# alternate used to avoid collisions during prior smoke tests.
|
||||
ss -ltnp | grep -E ':(18810|18814|18816|18817|18818|18819|18820|18828|18829)\b' || true
|
||||
ss -ltnp | grep -E ':(18810|18814|18816|18817|18818|18819|18820|18828|18829|18830)\b' || true
|
||||
|
||||
section "User service states"
|
||||
for unit in \
|
||||
|
||||
Reference in New Issue
Block a user