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

Commit

Permalink
0.2.0rc1
Browse files Browse the repository at this point in the history
Summary: Bump version to 0.2.0rc1 that introduces minor bug fixes

Reviewed By: drdarshan

Differential Revision: D20958385

fbshipit-source-id: 44563a72bd2a567dd586613ea4a378d30af163ba
  • Loading branch information
aivanou authored and facebook-github-bot committed Apr 10, 2020
1 parent 25abb30 commit 5c75c71
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Examples
The examples below run on the `torchelastic/examples <https://hub.docker.com/r/torchelastic/examples>`_
Docker image, built from the `examples/Dockerfile <https://github.com/pytorch/elastic/blob/master/examples/Dockerfile>`_.

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

Prerequisite
--------------
Expand Down
2 changes: 1 addition & 1 deletion examples/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=pytorch/elastic:0.2.0rc0
ARG BASE_IMAGE=pytorch/elastic:0.2.0rc1
FROM $BASE_IMAGE

# install utilities and dependencies
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/config/samples/classy-vision.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: elasticjob-worker
image: torchelastic/examples:0.2.0rc0
image: torchelastic/examples:0.2.0rc1
imagePullPolicy: Always
args:
- "--nproc_per_node=1"
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/config/samples/imagenet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
spec:
containers:
- name: elasticjob-worker
image: torchelastic/examples:0.2.0rc0
image: torchelastic/examples:0.2.0rc1
imagePullPolicy: Always
args:
- "--nproc_per_node=1"
Expand Down
2 changes: 1 addition & 1 deletion torchelastic/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# 0.1.0bN # Beta release
# 0.1.0rcN # Release Candidate
# 0.1.0 # Final release
__version__ = "0.2.0rc0"
__version__ = "0.2.0rc1"

0 comments on commit 5c75c71

Please sign in to comment.