Skip to content

Commit 40f5102

Browse files
committed
Suggest tfp-nighly
1 parent cc674a1 commit 40f5102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytensor/link/jax/dispatch/scalar.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def try_import_tfp_jax_op(op: ScalarOp, jax_op_name: str | None = None) -> Calla
4444
except ModuleNotFoundError:
4545
raise NotImplementedError(
4646
f"No JAX implementation for Op {op.name}. "
47-
"Implementation is available if TensorFlow Probability is installed"
47+
"Implementation is available if tfp-nightly is installed"
4848
)
4949

5050
if jax_op_name is None:

0 commit comments

Comments
 (0)