Skip to content

Commit

Permalink
Deployed 6c51b24 with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Starlitnightly committed Jun 12, 2024
1 parent 2c1ae0e commit ab243d4
Show file tree
Hide file tree
Showing 3 changed files with 82 additions and 76 deletions.
10 changes: 8 additions & 2 deletions Installation_guild/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -772,8 +772,14 @@ <h3 id="using-pip">Using pip<a class="headerlink" href="#using-pip" title="Perma
</code></pre></div>
</li>
<li>
<p>Install the appropriate PyG version based on your CUDA and PyTorch versions:</p>
<div class="highlight"><pre><span></span><code>pip<span class="w"> </span>install<span class="w"> </span>torch_geometric
<p>Install the appropriate PyG
<div class="highlight"><pre><span></span><code>pip<span class="w"> </span>install<span class="w"> </span>torch_geometric
</code></pre></div></p>
</li>
<li>
<p>(Optional)Install the PyG dependencies version based on your CUDA and PyTorch versions:</p>
<div class="highlight"><pre><span></span><code><span class="c1">#For windows</span>
pip<span class="w"> </span>install<span class="w"> </span>pyg_lib<span class="w"> </span>torch_scatter<span class="w"> </span>torch_sparse<span class="w"> </span>torch_cluster<span class="w"> </span>torch_spline_conv<span class="w"> </span>-f<span class="w"> </span>https://data.pyg.org/whl/torch-<span class="si">${</span><span class="nv">TORCH</span><span class="si">}</span>+cpu.html
</code></pre></div>
<p>Install the relevant packages:
<div class="highlight"><pre><span></span><code>pip<span class="w"> </span>install<span class="w"> </span>pyg_lib<span class="w"> </span>torch_scatter<span class="w"> </span>torch_sparse<span class="w"> </span>torch_cluster<span class="w"> </span>torch_spline_conv<span class="w"> </span>-f<span class="w"> </span>https://data.pyg.org/whl/torch-<span class="si">${</span><span class="nv">TORCH</span><span class="si">}</span>+<span class="si">${</span><span class="nv">CUDA</span><span class="si">}</span>.html
Expand Down
Loading

0 comments on commit ab243d4

Please sign in to comment.