1 Answer
- Newest
- Most votes
- Most comments
0
Have not yet found a programmatic way to check the version.
However, for each DLC (Deep Learning Container) available at https://github.com/aws/deep-learning-containers/blob/master/available_images.md , we can look at the corresponding docker build files.
E.g. for PyTorch 1.10.2 with HuggingFace transformers DLC, the corresponding dockerfile is here: https://github.com/aws/deep-learning-containers/blob/master/huggingface/pytorch/training/docker/1.10/py3/cu113/Dockerfile.gpu
And we can see that the version: smdistributed_modelparallel-1.8.1-cp38-cp38-linux_x86_64.whl.
answered 3 years ago
Relevant content
- asked 3 years ago
