razmars commited on
Commit
04c3193
·
verified ·
1 Parent(s): a3bd4e3

Update modeling_super_linear.py

Browse files
Files changed (1) hide show
  1. modeling_super_linear.py +0 -1
modeling_super_linear.py CHANGED
@@ -510,7 +510,6 @@ class SuperLinearForCausalLM(PreTrainedModel, GenerationMixin):
510
  if inputs_embeds is None:
511
  raise ValueError("Pass the time‑series as `inputs_embeds`")
512
 
513
- print(f"Input shape: {inputs_embeds.shape}")
514
  # backbone expects (B, C, L)
515
  x_enc = inputs_embeds
516
 
 
510
  if inputs_embeds is None:
511
  raise ValueError("Pass the time‑series as `inputs_embeds`")
512
 
 
513
  # backbone expects (B, C, L)
514
  x_enc = inputs_embeds
515