deploy: 2f102eb989a16fb7f221fdac214f607824f68d9e

This commit is contained in:
csukuangfj 2024-02-29 04:39:39 +00:00
parent 7edf08e0ce
commit 5a7d80d112
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 .. code-block:: bash
"torch2.2.1-cuda12.1"
"torch2.2.1-cuda11.8"
"torch2.2.0-cuda12.1" "torch2.2.0-cuda12.1"
"torch2.2.0-cuda11.8" "torch2.2.0-cuda11.8"
"torch2.1.0-cuda12.1" "torch2.1.0-cuda12.1"

View File

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