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 aa8e6a6 commit b4ade1fCopy full SHA for b4ade1f
recml/layers/linen/sparsecore.py
@@ -339,6 +339,7 @@ def _to_np(x: Any) -> np.ndarray:
339
global_device_count=self.sparsecore_config.global_device_count,
340
num_sc_per_device=self.sparsecore_config.num_sc_per_device,
341
sharding_strategy=self.sparsecore_config.sharding_strategy,
342
+ feature_stacking_strategy=embedding.FeatureStackingStrategy.STACK_THEN_SPLIT,
343
allow_id_dropping=False,
344
batch_number=self._batch_number,
345
)
0 commit comments