Skip to content

Commit 819b0cb

Browse files
authored
correct version in DDP (#2836)
1 parent 183460e commit 819b0cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

xpu/2.1.30+xpu/_sources/tutorials/features/DDP.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Installation for GPU:
3535
- Clone the `oneccl_bindings_for_pytorch`
3636

3737
```bash
38-
git clone https://github.com/intel/torch-ccl.git -b v2.1.100+xpu
38+
git clone https://github.com/intel/torch-ccl.git -b v2.1.300+xpu
3939
cd torch-ccl
4040
git submodule sync
4141
git submodule update --init --recursive

xpu/2.1.30+xpu/tutorials/features/DDP.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ <h4>Install from source:<a class="headerlink" href="#install-from-source" title=
173173
<ul class="simple">
174174
<li><p>Clone the <code class="docutils literal notranslate"><span class="pre">oneccl_bindings_for_pytorch</span></code></p></li>
175175
</ul>
176-
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/intel/torch-ccl.git<span class="w"> </span>-b<span class="w"> </span>v2.1.100+xpu
176+
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>git<span class="w"> </span>clone<span class="w"> </span>https://github.com/intel/torch-ccl.git<span class="w"> </span>-b<span class="w"> </span>v2.1.300+xpu
177177
<span class="nb">cd</span><span class="w"> </span>torch-ccl
178178
git<span class="w"> </span>submodule<span class="w"> </span>sync<span class="w"> </span>
179179
git<span class="w"> </span>submodule<span class="w"> </span>update<span class="w"> </span>--init<span class="w"> </span>--recursive
@@ -450,4 +450,4 @@ <h3>Usage of DDP scaling API<a class="headerlink" href="#usage-of-ddp-scaling-ap
450450
</script>
451451

452452
</body>
453-
</html>
453+
</html>

0 commit comments

Comments
 (0)