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.
2 parents 261f250 + daedc21 commit 29329e8Copy full SHA for 29329e8
jetstream/engine/engine_api.py
@@ -94,7 +94,6 @@ class ResultTokens(abc.ABC):
94
)
95
# log probabilities of the tokens. Shape: [batch, tokens]
96
log_prob: Union[jax.Array, np.ndarray] = struct.field(
97
- pytree_node=False,
98
default=None,
99
100
0 commit comments