Skip to content

Commit 3410c1d

Browse files
author
Harika
committed
Remove em dashes from troubleshooting guide
1 parent 8eaa078 commit 3410c1d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

third_party/Dell/model-deployment/troubleshooting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Troubleshooting Guide
22

3-
This section provides common issues observed when running inference against models deployed via Helm commands on Intel® AI for Enterprise Inference along with step-by-step resolutions.
3+
This section provides common issues observed when running inference against models deployed via Helm commands on Intel® AI for Enterprise Inference, along with step-by-step resolutions.
44

55
**Issues:**
66
1. [Gateway Timeout (504) on Inference Requests](#1-gateway-timeout-504-on-inference-requests)
@@ -24,7 +24,7 @@ CPU-based model inference (`vllm-cpu`) generates tokens at ~0.3–0.4 tokens/s.
2424

2525
**Fix:**
2626

27-
**Step 1 Increase the nginx ingress timeout**
27+
**Step 1 - Increase the nginx ingress timeout**
2828

2929
Apply to both the `default` and `auth-apisix` namespaces. To find ingress names:
3030

@@ -42,7 +42,7 @@ kubectl annotate ingress <ingress-name> -n <namespace> \
4242
--overwrite
4343
```
4444

45-
**Step 2 Increase the APISIX route timeout**
45+
**Step 2 - Increase the APISIX route timeout**
4646

4747
To find the route name:
4848

@@ -74,6 +74,6 @@ Re-run the inference request and confirm a `200 OK` response is returned within
7474

7575
**Notes:**
7676

77-
- The nginx ingress annotation takes effect immediately no pod restart required.
77+
- The nginx ingress annotation takes effect immediately; no pod restart required.
7878
- For GPU-based deployments this timeout is rarely needed as throughput is significantly higher (30–50 tokens/s vs 0.3–0.4 tokens/s on CPU).
7979
- If requests still time out after increasing both timeouts, reduce `max_tokens` in the request payload to limit response length.

0 commit comments

Comments
 (0)