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
Add entrypoint in docker file and update document (#159)
**Description**
Run `ldconfig` as entry point in dockerfile.
Update document for using cuda 12.2.
Update gpt performance numbers.
Without `ldconfig` in entry point, there will be link errors in torch2.1
docker container.
Copy file name to clipboardexpand all lines: docs/getting-started/installation.mdx
+4-4
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Here're the system requirements for MS-AMP.
18
18
* CUDA version 11 or later (which can be checked by running `nvcc --version`).
19
19
* PyTorch version 1.14 or later (which can be checked by running `python -c "import torch; print(torch.__version__)"`).
20
20
21
-
You can try MS-AMP in two ways: Using Docker or installing from source:
21
+
You can try MS-AMP in two ways: Using Docker or installing from source.
22
22
23
23
* Using Docker is a convenient way to get started with MS-AMP. You can use the pre-built Docker image to quickly set up an environment for running MS-AMP.
24
24
* On the other hand, installing from source gives you more control over the installation process and allows you to customize the installation to your needs.
@@ -28,8 +28,8 @@ You can try MS-AMP in two ways: Using Docker or installing from source:
28
28
You can try the latest MS-AMP Docker container with the following commands:
0 commit comments