Skip to content

Commit 489a7fc

Browse files
authored
Fix table formatting in deployment guide
1 parent 7536f1c commit 489a7fc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

articles/ai-foundry/how-to/deploy-nvidia-inference-microservice.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,12 @@ The following NVIDIA NIMs of **chat completions** task type in the model catalog
9090
1. Create a _Serverless Connection_ to the project using the NIM endpoint and Key. Please note that the target URL for NIM endpoint in the connection should be `https://<endpoint-name>.region.inference.ml.azure.com/v1/`.
9191
2. Set the _model parameter_ in the request body to be like, `https://<endpoint>.region.inference.ml.azure.com/v1/@<parameter value per table below>` while creating and running agents.
9292

93-
--------------------------------------
94-
| NVIDIA NIM | `model` parameter value |
95-
--------------------------------------
96-
| Llama-3.3-70B-Instruct-NIM-microservice | meta/llama-3.3-70b-instruct |
97-
| Llama-3.1-8B-Instruct-NIM-microservice | meta/llama-3.1-8b-instruct |
98-
| Mistral-7B-Instruct-v0.3-NIM-microservice | mistralai/mistral-7b-instruct-v0.3 |
93+
94+
NVIDIA NIM | `model` parameter value
95+
--|--
96+
Llama-3.3-70B-Instruct-NIM-microservice | meta/llama-3.3-70b-instruct
97+
Llama-3.1-8B-Instruct-NIM-microservice | meta/llama-3.1-8b-instruct
98+
Mistral-7B-Instruct-v0.3-NIM-microservice | mistralai/mistral-7b-instruct-v0.3
9999

100100

101101
## Security scanning

0 commit comments

Comments
 (0)