deploy: 17688476e5cbdba92c682d3a75e3941b647573a7

This commit is contained in:
csukuangfj 2024-02-18 07:41:03 +00:00
parent 05f093bd66
commit c128646ff4
2 changed files with 5 additions and 1 deletions

View File

@ -34,6 +34,8 @@ which will give you something like below:
.. code-block:: bash
"torch2.2.0-cuda12.1"
"torch2.2.0-cuda11.8"
"torch2.1.0-cuda12.1"
"torch2.1.0-cuda11.8"
"torch2.0.0-cuda11.7"

View File

@ -136,7 +136,9 @@ docker images:</p>
</pre></div>
</div>
<p>which will give you something like below:</p>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="s2">&quot;torch2.1.0-cuda12.1&quot;</span>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="s2">&quot;torch2.2.0-cuda12.1&quot;</span>
<span class="s2">&quot;torch2.2.0-cuda11.8&quot;</span>
<span class="s2">&quot;torch2.1.0-cuda12.1&quot;</span>
<span class="s2">&quot;torch2.1.0-cuda11.8&quot;</span>
<span class="s2">&quot;torch2.0.0-cuda11.7&quot;</span>
<span class="s2">&quot;torch1.12.1-cuda11.3&quot;</span>