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

Commit 5c75c71

Browse files
aivanoufacebook-github-bot
authored andcommitted
0.2.0rc1
Summary: Bump version to 0.2.0rc1 that introduces minor bug fixes Reviewed By: drdarshan Differential Revision: D20958385 fbshipit-source-id: 44563a72bd2a567dd586613ea4a378d30af163ba
1 parent 25abb30 commit 5c75c71

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

docs/source/examples.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ Examples
44
The examples below run on the `torchelastic/examples <https://hub.docker.com/r/torchelastic/examples>`_
55
Docker image, built from the `examples/Dockerfile <https://github.com/pytorch/elastic/blob/master/examples/Dockerfile>`_.
66

7-
.. note:: The ``$VERSION`` (e.g. ``0.2.0rc0``) variable is used throughout this page,
7+
.. note:: The ``$VERSION`` (e.g. ``0.2.0rc1``) variable is used throughout this page,
88
this should be substituted with the version of torchelastic you are using.
9-
The examples below only work on torchelastic ``>0.2.0rc0``.
9+
The examples below only work on torchelastic ``>0.2.0rc1``.
1010

1111
Prerequisite
1212
--------------

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.0rc0
1+
ARG BASE_IMAGE=pytorch/elastic:0.2.0rc1
22
FROM $BASE_IMAGE
33

44
# install utilities and dependencies

kubernetes/config/samples/classy-vision.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
spec:
1919
containers:
2020
- name: elasticjob-worker
21-
image: torchelastic/examples:0.2.0rc0
21+
image: torchelastic/examples:0.2.0rc1
2222
imagePullPolicy: Always
2323
args:
2424
- "--nproc_per_node=1"

kubernetes/config/samples/imagenet.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
spec:
1919
containers:
2020
- name: elasticjob-worker
21-
image: torchelastic/examples:0.2.0rc0
21+
image: torchelastic/examples:0.2.0rc1
2222
imagePullPolicy: Always
2323
args:
2424
- "--nproc_per_node=1"

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.0rc0"
18+
__version__ = "0.2.0rc1"

0 commit comments

Comments
 (0)