Skip to content

Commit e789932

Browse files
committed
fix links
1 parent f33e8ae commit e789932

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/ai-services/content-safety/how-to/containers/image-container.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following table represents the various `docker run` parameters and their cor
5858
| `{ENDPOINT_URI}` | The endpoint is required for metering and billing. For more information, see [billing arguments](./install-run-container.md#billing-arguments). |
5959
| `{API_KEY}` | The API key is required. For more information, see [billing arguments](./install-run-container.md#billing-arguments). |
6060

61-
When you run the content safety analyze image container, configure the port, memory, and CPU according to the [requirements and recommendations](./install-run-container.md#container-requirements-and-recommendations).
61+
When you run the content safety analyze image container, configure the port, memory, and CPU according to the [requirements and recommendations](./install-run-container.md#host-computer-requirements-and-recommendations).
6262

6363
Here's a sample `docker run` command with placeholder values. You must specify the `ENDPOINT_URI` and `API_KEY` values:
6464

@@ -72,7 +72,7 @@ ApiKey={API_KEY}
7272

7373
This command:
7474
* Runs an `image-analyze` container from the container image.
75-
* Uses all available GPU resources (by specifying `--gpus all`). Content safety containers require CUDA for optimal performance. Learn more in [host requirements and recommendations](./install-run-container.md#host-computer-requirements-and-recommendations). Also make sure your host installs [NVIDIA container toolkit](./install-run-container.md#installing-the-nvidia-container-toolkit).
75+
* Uses all available GPU resources (by specifying `--gpus all`). Content safety containers require CUDA for optimal performance. Learn more in [host requirements and recommendations](./install-run-container.md#host-computer-requirements-and-recommendations). Also make sure your host installs [NVIDIA container toolkit](./install-run-container.md#install-the-nvidia-container-toolkit).
7676
* Exposes TCP port 5000 and allocates a pseudo-TTY for the container.
7777
* Automatically removes the container after it exits. The container image is still available on the host computer.
7878

@@ -150,6 +150,6 @@ Once the container is up and running, you can validate its operation by sending
150150

151151
## Next steps
152152

153-
* See the [content safety containers overview](../../../container-overview.md)
153+
* See the [content safety containers overview](./container-overview.md)
154154
* Review [configure containers](./install-run-container.md) for configuration settings
155155
* Use more [Azure AI containers](../../../cognitive-services-container-support.md)

articles/ai-services/content-safety/how-to/containers/install-run-container.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ The table below presents the requests per second (RPS) and latency metrics obtai
6868

6969
Even with identical GPUs, performance can fluctuate based on the GPU load and the specific configuration of the environment. The benchmark data we provide should be used as a reference point when considering the deployment of content safety containers in your environment. For the most accurate assessment, we recommend conducting tests within your specific environment.
7070

71-
#### [Analyze text](#tqb/text)
71+
#### [Analyze text](#tab/text)
7272

7373
|GPU| Max RPS| Average latency (at Max RPS)|
7474
|---|---|---|
7575
| T4 | 130 | 50.4 ms |
7676
| A100 | 360 | 8.7 |
7777

78-
#### [Analyze image](#tqb/image)
78+
#### [Analyze image](#tab/image)
7979

8080
|GPU| Max RPS| Average latency (at Max RPS)|
8181
|---|---|---|
@@ -140,7 +140,7 @@ You can have this container and a different Azure AI container running on the HO
140140
> [!NOTE]
141141
> Use a unique port number if you're running multiple containers.
142142
> | Protocol | Host URL |
143-
> |--|--
143+
> |--|--|
144144
> | WS | `ws://localhost:5000` |
145145
> | HTTP | `http://localhost:5000` |
146146

articles/ai-services/content-safety/how-to/containers/text-container.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ApiKey={API_KEY}
7171

7272
This command:
7373
* Runs a `content safety` container from the container image.
74-
* Uses all available GPU resources (by specifying `--gpus all`). Content safety container requires CUDA for optimal performance. See more in [host requirements and recommendations](./install-run-container.md#host-computer-requirements-and-recommendations). Also make sure your host install [NVIDIA container toolkit](./install-run-container.md#installing-the-nvidia-container-toolkit)
74+
* Uses all available GPU resources (by specifying `--gpus all`). Content safety container requires CUDA for optimal performance. See more in [host requirements and recommendations](./install-run-container.md#host-computer-requirements-and-recommendations). Also make sure your host install [NVIDIA container toolkit](./install-run-container.md#install-the-nvidia-container-toolkit)
7575
* Exposes TCP port 5000 and allocates a pseudo-TTY for the container.
7676
* Automatically removes the container after it exits. The container image is still available on the host computer.
7777

0 commit comments

Comments
 (0)