deploy: d4b43236999da5314e889544524782fecafe8ddc

This commit is contained in:
csukuangfj 2024-09-07 11:51:54 +00:00
parent 7b03f27183
commit e8d54877ab
2 changed files with 13 additions and 1 deletions

View File

@ -34,6 +34,12 @@ which will give you something like below:
.. code-block:: bash
"torch2.4.1-cuda12.4"
"torch2.4.1-cuda12.1"
"torch2.4.1-cuda11.8"
"torch2.4.0-cuda12.4"
"torch2.4.0-cuda12.1"
"torch2.4.0-cuda11.8"
"torch2.3.1-cuda12.1"
"torch2.3.1-cuda11.8"
"torch2.2.2-cuda12.1"

View File

@ -137,7 +137,13 @@ 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.3.1-cuda12.1&quot;</span>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span><span class="s2">&quot;torch2.4.1-cuda12.4&quot;</span>
<span class="s2">&quot;torch2.4.1-cuda12.1&quot;</span>
<span class="s2">&quot;torch2.4.1-cuda11.8&quot;</span>
<span class="s2">&quot;torch2.4.0-cuda12.4&quot;</span>
<span class="s2">&quot;torch2.4.0-cuda12.1&quot;</span>
<span class="s2">&quot;torch2.4.0-cuda11.8&quot;</span>
<span class="s2">&quot;torch2.3.1-cuda12.1&quot;</span>
<span class="s2">&quot;torch2.3.1-cuda11.8&quot;</span>
<span class="s2">&quot;torch2.2.2-cuda12.1&quot;</span>
<span class="s2">&quot;torch2.2.2-cuda11.8&quot;</span>