Skip to content

Commit

Permalink
correct version in DDP (#2836)
Browse files Browse the repository at this point in the history
  • Loading branch information
jingxu10 authored Apr 30, 2024
1 parent 183460e commit 819b0cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion xpu/2.1.30+xpu/_sources/tutorials/features/DDP.md.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Installation for GPU:
- Clone the `oneccl_bindings_for_pytorch`

```bash
git clone https://github.com/intel/torch-ccl.git -b v2.1.100+xpu
git clone https://github.com/intel/torch-ccl.git -b v2.1.300+xpu
cd torch-ccl
git submodule sync
git submodule update --init --recursive
Expand Down
4 changes: 2 additions & 2 deletions xpu/2.1.30+xpu/tutorials/features/DDP.html
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ <h4>Install from source:<a class="headerlink" href="#install-from-source" title=
<ul class="simple">
<li><p>Clone the <code class="docutils literal notranslate"><span class="pre">oneccl_bindings_for_pytorch</span></code></p></li>
</ul>
<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
<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
<span class="nb">cd</span><span class="w"> </span>torch-ccl
git<span class="w"> </span>submodule<span class="w"> </span>sync<span class="w"> </span>
git<span class="w"> </span>submodule<span class="w"> </span>update<span class="w"> </span>--init<span class="w"> </span>--recursive
Expand Down Expand Up @@ -450,4 +450,4 @@ <h3>Usage of DDP scaling API<a class="headerlink" href="#usage-of-ddp-scaling-ap
</script>

</body>
</html>
</html>

0 comments on commit 819b0cb

Please sign in to comment.