This repository was archived by the owner on Jan 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[ ![ License] ( https://img.shields.io/badge/License-BSD%203--Clause-blue.svg )] ( LICENSE ) [ ![ CircleCI] ( https://circleci.com/gh/pytorch/elastic.svg?style=svg&circle-token=9bea46e94adbe2f3e0fb2d4054b1b655f2e208c2 )] ( https://circleci.com/gh/pytorch/elastic )
22
3- # PyTorch Elastic
3+ # TorchElastic
44
5- PyTorch Elastic allows you to launch distributed PyTorch jobs in a
5+ TorchElastic allows you to launch distributed PyTorch jobs in a
66fault-tolerant and elastic manner.
7- For the latest documentation, please refer to our
8- [ website] ( https://pytorch.org/elastic ) .
7+ For the latest documentation, please refer to our
8+ [ website] ( https://pytorch.org/elastic ) .
99
1010
1111## Requirements
Original file line number Diff line number Diff line change 1- ARG BASE_IMAGE=pytorch/elastic:0.2.0.dev0
1+ ARG BASE_IMAGE=pytorch/elastic:0.2.0rc0
22FROM $BASE_IMAGE
33
44# install utilities and dependencies
Original file line number Diff line number Diff line change 22# See https://github.com/pytorch/elastic/issues/39
33# For now you MUST manually install torch-1.5.0 nightly
44# conda: conda install pytorch torchvision -c pytorch
5- # pip (cpu): pip install torch -f https://download.pytorch.org/whl/test/cpu/torch_test.html
6- # pip (gpu): pip install torch -f https://download.pytorch.org/whl/test/cu101/torch_test.html
5+ # pip (cpu): pip install torch==1.5.0 -f https://download.pytorch.org/whl/test/cpu/torch_test.html
6+ # pip (gpu): pip install torch==1.5.0 -f https://download.pytorch.org/whl/test/cu101/torch_test.html
77# pip (gpu): pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu101/torch_nightly.html
88# See https://pytorch.org/
99
Original file line number Diff line number Diff line change 1515# 0.1.0bN # Beta release
1616# 0.1.0rcN # Release Candidate
1717# 0.1.0 # Final release
18- __version__ = "0.2.0.dev0 "
18+ __version__ = "0.2.0rc0 "
You can’t perform that action at this time.
0 commit comments