deploy: 902dc2364a693ce7c6b939a0c9cf64382f767147

This commit is contained in:
csukuangfj 2023-10-22 15:30:54 +00:00
parent 4ed40bc647
commit c1ef2bb4d0
3 changed files with 6 additions and 2 deletions

View File

@ -30,6 +30,8 @@ which will give you something like below:
.. code-block:: bash .. code-block:: bash
"torch2.1.0-cuda12.1"
"torch2.1.0-cuda11.8"
"torch2.0.0-cuda11.7" "torch2.0.0-cuda11.7"
"torch1.12.1-cuda11.3" "torch1.12.1-cuda11.3"
"torch1.9.0-cuda10.2" "torch1.9.0-cuda10.2"

View File

@ -126,7 +126,9 @@
</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.0.0-cuda11.7&quot;</span> <div class="highlight-bash notranslate"><div class="highlight"><pre><span></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> <span class="s2">&quot;torch1.12.1-cuda11.3&quot;</span>
<span class="s2">&quot;torch1.9.0-cuda10.2&quot;</span> <span class="s2">&quot;torch1.9.0-cuda10.2&quot;</span>
<span class="s2">&quot;torch1.13.0-cuda11.6&quot;</span> <span class="s2">&quot;torch1.13.0-cuda11.6&quot;</span>

File diff suppressed because one or more lines are too long