You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: third_party/Dell/ubuntu-22.04/EI/single-node/user-guide-apisix.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -256,17 +256,22 @@ chmod +x generate-token.sh
256
256
After the script completes successfully, confirm that the token is available in your shell:
257
257
258
258
```bash
259
-
echo $BASE_URL
260
259
echo $TOKEN
261
260
```
262
261
263
262
If a valid token is returned (long JWT string), the environment is ready for inference testing.
264
263
264
+
Set the DNS used to deploy Enterprise Inference:
265
+
```bash
266
+
export BASE_URL=https://api.example.com
267
+
```
268
+
269
+
Change the model as needed. Note that with Keycloak/APISIX, the model name is included in the URL path. This must match one of the routes from the command `kubectl get apisixroutes`. Run **ONE** of the following commands depending on the hardware platform Enterprise Inference is deployed on.
Copy file name to clipboardExpand all lines: third_party/Dell/ubuntu-22.04/EI/single-node/user-guide-genai.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -218,14 +218,16 @@ Expected States:
218
218
219
219
### 4. Test the Inference
220
220
221
+
Set the DNS used to deploy Enterprise Inference:
221
222
```bash
222
223
export BASE_URL=https://api.example.com
223
224
```
224
-
Reference the litellm_master_key file under core/inventory/metadata/vault.yml for master-key
225
+
226
+
Reference the litellm_master_key file under core/inventory/metadata/vault.yml for master-key. Change the model as needed. Run **ONE** of the following commands depending on the hardware platform Enterprise Inference is deployed on.
|`-u, --username`| Yes (deploy & uninstall) | (none) | Enterprise Inference owner username. Must match the invoking (sudo) user. |
151
151
|`-t, --token`| Yes (deploy only) | (none) | Hugging Face access token used to validate and download selected models. |
152
-
|`-p, --password`| No |`Linux123!`| User sudo password used for Ansible become operations. |
152
+
|`-p, --password`| No |(none)| User sudo password used for Ansible become operations. |
153
153
|`-g, --gpu-type`| No |`gaudi3`| Deployment target type: `gaudi3` or `cpu`. |
154
154
|`-m, --models`| No |`""` (interactive mode) | Choose model ID from [Pre-Integrated Models List](#pre-integrated-models-list) , based on your deployment type (gaudi or cpu) . If not provided, deployment runs interactively. |
155
155
|`-b, --branch`| No |`release-1.4.0`| Git branch of the Enterprise-Inference repository to clone. |
if EI is deployed with apisix, follow [Testing EI model with apisix](../EI/single-node/user-guide-apisix.md#5-test-the-inference) for generating token and testing the inference
297
+
If EI is deployed with Keycloak/APISIX, follow [Testing EI model with Keycloak/APISIX](../EI/single-node/user-guide-apisix.md#5-test-the-inference) for generating token and testing the inference.
286
298
287
-
if EI is deployed with genai, follow [Testing EI model with genai](../EI/single-node/user-guide-genai.md#5-test-the-inference) for generating api-key and testing the inference
299
+
If EI is deployed with GenAI Gateway, follow [Testing EI model with GenAI Gateway](../EI/single-node/user-guide-genai.md#5-test-the-inference) for acquiring the API key and testing the inference.
288
300
289
301
---
290
302
291
303
## Additional Information
292
304
293
305
### Pre-Integrated Models List
294
306
295
-
Enterprise Inference provides a set of pre-integrated and validated models optimized for performance and stability. These models can be deployed directly using the Enterprise Inference catalog.
307
+
Enterprise Inference provides a set of pre-integrated and validated models optimized for performance and stability. These models can be deployed directly using the Enterprise Inference catalog.
308
+
309
+
> **Note**: this list is accurate as of `release-1.4.0`.
0 commit comments