Skip to content

Commit

Permalink
Update README.md to add aliyun mirror for docker image (intelligent-m…
Browse files Browse the repository at this point in the history
  • Loading branch information
skydoorkai committed Jan 12, 2024
1 parent 8650c79 commit e1b437a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atorch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ATorch is an extension library of PyTorch developed by Ant Group's AI Infrastruc
## Installation

ATorch supports PyTorch with version >= 1.12, and verion 2.1 or above is preferred.
For example, you can use docker image <code>easydl/atorch:iml_pt210</code> which has PyTorch 2.1 installed.
For example, you can use docker image <code>easydl/atorch:iml_pt210</code> (or aliyun mirror <code>registry.cn-hangzhou.aliyuncs.com/atorch/atorch:iml_pt210</code>) which has PyTorch 2.1 installed.

### Install From PyPI
Install atorch in any PyTorch-preinstalled environment (such as a container created with the docker image above) with <code>pip</code>:
Expand Down

0 comments on commit e1b437a

Please sign in to comment.