Skip to content

Commit 568a1ea

Browse files
Erik Newtongeorgepaw
authored andcommitted
Update links to tutorials repo for 2.5 release
Summary: TF2.5 Only Reviewers: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, georgep Reviewed By: #tensorflow, #framework_ip_review_-_any_oss_or_third-party_code_use_has_been_approved, georgep Subscribers: louisev Maniphest Tasks: T56937 Differential Revision: https://phabricator.sourcevertex.net/D62746
1 parent 9c71e98 commit 568a1ea

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

tensorflow/compiler/plugin/poplar/docs/custom_codelet.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ C++ code compiled for, and executed on, the IPU.
5252
For more information about writing Poplar graph programs and codelets, refer to
5353
the `Poplar and PopLibs User Guide
5454
<https://docs.graphcore.ai/projects/poplar-user-guide/>`_ and the `Poplar
55-
tutorials <https://github.com/graphcore/tutorials/tree/sdk-release-2.4/tutorials/poplar>`_
55+
tutorials <https://github.com/graphcore/tutorials/tree/sdk-release-2.5/tutorials/poplar>`_
5656
on the Graphcore GitHub tutorials respository.
5757

5858
Your program must contain a function to build the graph, which will be called
@@ -460,10 +460,10 @@ sections. There are further examples in the Graphcore GitHub tutorials
460460
repository:
461461

462462
* `Custom op with gradient
463-
<https://github.com/graphcore/tutorials/tree/sdk-release-2.4/feature_examples/tensorflow/custom_gradient>`_
463+
<https://github.com/graphcore/tutorials/tree/sdk-release-2.5/feature_examples/tensorflow/custom_gradient>`_
464464

465465
* `Custom op with codelet for custom vertex code
466-
<https://github.com/graphcore/tutorials/tree/sdk-release-2.4/feature_examples/tensorflow/custom_op>`_
466+
<https://github.com/graphcore/tutorials/tree/sdk-release-2.5/feature_examples/tensorflow/custom_op>`_
467467

468468

469469
.. _inplace_operations:

tensorflow/compiler/plugin/poplar/docs/keras_tf2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Keras model creation is no different than what you would use if you were
66
training on other devices. To target the Poplar XLA device, Keras model creation
77
must be inside the ``strategy.scope`` of an ``IPUStrategy``.
88

9-
For a more practical walkthrough, see `this tutorial about using Keras on the IPU <https://github.com/graphcore/tutorials/tree/sdk-release-2.4/tutorials/tensorflow2/keras>`_
9+
For a more practical walkthrough, see `this tutorial about using Keras on the IPU <https://github.com/graphcore/tutorials/tree/sdk-release-2.5/tutorials/tensorflow2/keras>`_
1010
from the Graphcore tutorials repository.
1111

1212
Single IPU models

tensorflow/compiler/plugin/poplar/docs/perf_training.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ array and will contain `x1 - x2` for each iteration in the loop.
9797

9898
See entries in the :ref:`api-section` for more details.
9999

100-
For a more practical example, the Graphcore tutorials repository contains a `detailed tutorial about using infeeds and outfeeds with TensorFlow <https://github.com/graphcore/tutorials/tree/sdk-release-2.4/tutorials/tensorflow2/infeed_outfeed>`_.
100+
For a more practical example, the Graphcore tutorials repository contains a `detailed tutorial about using infeeds and outfeeds with TensorFlow <https://github.com/graphcore/tutorials/tree/sdk-release-2.5/tutorials/tensorflow2/infeed_outfeed>`_.
101101

102102

103103
.. _infeed-simplification:

0 commit comments

Comments
 (0)