Skip to content

Commit b2072dd

Browse files
committed
1 parent 0b17a65 commit b2072dd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

latest/_sources/installation.md.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
:end-before: <!-- end installation -->
66
```
77

8-
Note that `torchjd` requires python 3.10, 3.11, 3.12 or 3.13 and `torch>=2.0`.
8+
Note that `torchjd` requires Python 3.10, 3.11, 3.12 or 3.13 and `torch>=2.0`.
99

1010
Some aggregators (CAGrad and Nash-MTL) have additional dependencies that are not included by default
1111
when installing `torchjd`. To install them, you can use:

latest/installation/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ <h1>Installation<a class="headerlink" href="#installation" title="Link to this h
244244
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>pip<span class="w"> </span>install<span class="w"> </span>torchjd
245245
</pre></div>
246246
</div>
247-
<p>Note that <code class="docutils literal notranslate"><span class="pre">torchjd</span></code> requires python 3.10, 3.11, 3.12 or 3.13 and <code class="docutils literal notranslate"><span class="pre">torch&gt;=2.0</span></code>.</p>
247+
<p>Note that <code class="docutils literal notranslate"><span class="pre">torchjd</span></code> requires Python 3.10, 3.11, 3.12 or 3.13 and <code class="docutils literal notranslate"><span class="pre">torch&gt;=2.0</span></code>.</p>
248248
<p>Some aggregators (CAGrad and Nash-MTL) have additional dependencies that are not included by default
249249
when installing <code class="docutils literal notranslate"><span class="pre">torchjd</span></code>. To install them, you can use:</p>
250250
<div class="highlight-default notranslate"><div class="highlight"><pre><span></span><span class="n">pip</span> <span class="n">install</span> <span class="n">torchjd</span><span class="p">[</span><span class="n">cagrad</span><span class="p">]</span>

0 commit comments

Comments
 (0)