This repository was archived by the owner on Jan 6, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
[ ![ 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 )
2
2
3
- # PyTorch Elastic
3
+ # TorchElastic
4
4
5
- PyTorch Elastic allows you to launch distributed PyTorch jobs in a
5
+ TorchElastic allows you to launch distributed PyTorch jobs in a
6
6
fault-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 ) .
9
9
10
10
11
11
## 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
2
2
FROM $BASE_IMAGE
3
3
4
4
# install utilities and dependencies
Original file line number Diff line number Diff line change 2
2
# See https://github.com/pytorch/elastic/issues/39
3
3
# For now you MUST manually install torch-1.5.0 nightly
4
4
# 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
7
7
# pip (gpu): pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cu101/torch_nightly.html
8
8
# See https://pytorch.org/
9
9
Original file line number Diff line number Diff line change 15
15
# 0.1.0bN # Beta release
16
16
# 0.1.0rcN # Release Candidate
17
17
# 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