Skip to content

Commit

Permalink
Added information on how to pin conda install to CUDA version (#9031)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Mar 8, 2024
1 parent 4ae611d commit 2aee9a5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ In addition, it consists of easy-to-use mini-batch loaders for operating on many

**[Click here to join our Slack community!][slack-url]**

<p align="center">
<a href="https://www.eventbrite.com/e/webinar-pyg-25-distributed-training-of-gnns-tickets-850624951127"><img style="max-height: 400px" src="https://pbs.twimg.com/media/GHbKAITWwAA83mw?format=jpg&name=large" /></a>
</p>

<p align="center">
<a href="https://medium.com/stanford-cs224w"><img style="max-width: 941px" src="https://data.pyg.org/img/cs224w_tutorials.png" /></a>
</p>
Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
https://download.pytorch.org/whl/cpu/torch-1.13.0%2Bcpu-cp38-cp38-linux_x86_64.whl
numpy>=1.19.5
nbsphinx
git+https://github.com/pyg-team/pyg_sphinx_theme.git
7 changes: 0 additions & 7 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,6 @@ In addition, it consists of easy-to-use mini-batch loaders for operating on many

.. slack_button::

.. image:: https://pbs.twimg.com/media/GHbKAITWwAA83mw?format=jpg&name=large
:align: center
:width: 100%
:target: https://www.eventbrite.com/e/webinar-pyg-25-distributed-training-of-gnns-tickets-850624951127

**Register for free** `here <https://www.eventbrite.com/e/webinar-pyg-25-distributed-training-of-gnns-tickets-850624951127>`_.

.. toctree::
:maxdepth: 1
:caption: Install PyG
Expand Down
6 changes: 6 additions & 0 deletions docs/source/install/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@ Given that you have :pytorch:`PyTorch` installed (:obj:`>=1.11.0`), simply run
.. warning::
Conda packages are currently not available for Windows and M1/M2/M3 macs.

If :conda:`null` :obj:`conda` does not pick up the correct CUDA version of :pyg:`PyG`, you can enforce it as follows:

.. code-block:: none
conda install pyg=*=*cu* -c pyg
Installation via PyPi
---------------------

Expand Down

0 comments on commit 2aee9a5

Please sign in to comment.