We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6864535 commit 231fb57Copy full SHA for 231fb57
docs/sphinx/quickstart/installation.rst
@@ -149,3 +149,16 @@ Troubleshooting (Common Issues)
149
* Verify installation path is in ``PYTHONPATH``
150
151
For additional support, please visit our `GitHub Issues <https://github.com/nvidia/cudaqx/issues>`_ page.
152
+
153
154
+Known Blackwell Issues
155
+----------------------
156
+.. note::
157
+ If you are attempting to use torch on Blackwell, you will need to install the nightly version of torch.
158
+ You can do this by running:
159
160
+ .. code-block:: bash
161
162
+ python3 -m pip install --pre torch --index-url https://download.pytorch.org/whl/nightly/cu128
163
164
+ torch is a dependency of the tensor network decoder and the GQE algorithm.
0 commit comments