You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue here is the cusparse and nvjitlink libraries seem to either be improperly versioned against one another, or no longer respect forward compatibility from our build against 12.0
These libraries are now installed by default due to JAX having GPU supported libs in the colab environment.
Downgrading the library versions serves as a temporary workaround from a notebook cell
Issue description
Expected behavior:
lightning.gpu
andlightning.tensor
in a GPU-enabled google colab runtime (T4 GPU)lightning.tensor
andlightning.gpu
in a GPU-enabled google colab runtime (T4 GPU).Actual behavior:
ImportError: Pre-compiled binaries for lightning.tensor are not available.
ImportError: Pre-compiled binaries for lightning.tensor are not available.
ImportError: Pre-compiled binaries for lightning.tensor are not available.
Reproduces how often:
Every time
System information:
Name: PennyLane
Version: 0.39.0
Summary: PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry. Train a quantum computer the same way as a neural network.
Home-page: https://github.com/PennyLaneAI/pennylane
Author:
Author-email:
License: Apache License 2.0
Location: /usr/local/lib/python3.10/dist-packages
Requires: appdirs, autograd, autoray, cachetools, networkx, numpy, packaging, pennylane-lightning, requests, rustworkx, scipy, toml, typing-extensions
Required-by: PennyLane_Lightning, PennyLane_Lightning_GPU, PennyLane_Lightning_Tensor
Platform info: Linux-6.1.85+-x86_64-with-glibc2.35
Python version: 3.10.12
Numpy version: 1.26.4
Scipy version: 1.13.1
Installed devices:
Source code and tracebacks
lightning.tensor
full traceback:lightning.gpu
full traceback:The text was updated successfully, but these errors were encountered: