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 cc674a1 commit 40f5102Copy full SHA for 40f5102
pytensor/link/jax/dispatch/scalar.py
@@ -44,7 +44,7 @@ def try_import_tfp_jax_op(op: ScalarOp, jax_op_name: str | None = None) -> Calla
44
except ModuleNotFoundError:
45
raise NotImplementedError(
46
f"No JAX implementation for Op {op.name}. "
47
- "Implementation is available if TensorFlow Probability is installed"
+ "Implementation is available if tfp-nightly is installed"
48
)
49
50
if jax_op_name is None:
0 commit comments