Skip to content
This repository was archived by the owner on Jan 6, 2023. It is now read-only.

Commit ed18f57

Browse files
aivanoufacebook-github-bot
authored andcommitted
0.2.0rc0
Summary: [release] 0.2.0rc0 Reviewed By: kiukchung Differential Revision: D20928147 fbshipit-source-id: 76353ba286a31cb8e7a250fc80ae6d7189362fba
1 parent 79daae3 commit ed18f57

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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
66
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).
99

1010

1111
## Requirements

examples/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BASE_IMAGE=pytorch/elastic:0.2.0.dev0
1+
ARG BASE_IMAGE=pytorch/elastic:0.2.0rc0
22
FROM $BASE_IMAGE
33

44
# install utilities and dependencies

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
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

torchelastic/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
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"

0 commit comments

Comments
 (0)