Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tocean committed Nov 6, 2023
1 parent f139afc commit 5661d22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/user-tutorial/container-images.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem';

MS-AMP provides a set of OCI-compliant container images, which are hosted on and [GitHub Container Registry](https://github.com/azure/MS-AMP/pkgs/container/msamp).

You can use MS-AMP image by `ghcr.io/microsoft/msamp:${tag}`, available tags are listed below for all stable versions.
You can use MS-AMP image by `ghcr.io/azure/msamp:${tag}`, available tags are listed below for all stable versions.

## Stable tagged versions

Expand All @@ -25,7 +25,7 @@ You can use MS-AMP image by `ghcr.io/microsoft/msamp:${tag}`, available tags are

| Tag | Description |
|-------------------|------------------------------------|
| v0.3.0-cuda12.1 | MS-AMP v0.2.0 with CUDA 12.1 |
| v0.3.0-cuda12.1 | MS-AMP v0.3.0 with CUDA 12.1 |
| v0.3.0-cuda11.8 | MS-AMP v0.3.0 with CUDA 11.8 |
| v0.2.0-cuda12.1 | MS-AMP v0.2.0 with CUDA 12.1 |
| v0.2.0-cuda11.8 | MS-AMP v0.2.0 with CUDA 11.8 |
Expand Down

0 comments on commit 5661d22

Please sign in to comment.