Revert "Implement shared event-trajectory reasoning backbone"

This reverts commit 06f29c0f0a.
This commit is contained in:
2026-07-23 16:05:00 +08:00
parent 22faee7c51
commit 85352dae0f
11 changed files with 753 additions and 1392 deletions

View File

@@ -205,7 +205,7 @@ def main() -> None:
n_rows = len(landmark_dataset)
vocab_size = int(dataset.vocab_size)
hidden_dim = int(model.d_model)
hidden_dim = int(getattr(model, "n_embd", cfg_get(args, cfg_model, "n_embd", 120)))
logits_dtype = numpy_float_dtype(args.logits_dtype)
hidden_dtype = numpy_float_dtype(args.hidden_dtype)