Skip to content

Commit 29329e8

Browse files
author
jetstream authors
committed
Merge pull request #275 from AI-Hypercomputer:log_prob_pytree_node
PiperOrigin-RevId: 769846778
2 parents 261f250 + daedc21 commit 29329e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jetstream/engine/engine_api.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ class ResultTokens(abc.ABC):
9494
)
9595
# log probabilities of the tokens. Shape: [batch, tokens]
9696
log_prob: Union[jax.Array, np.ndarray] = struct.field(
97-
pytree_node=False,
9897
default=None,
9998
)
10099

0 commit comments

Comments
 (0)