CalamitousFelicitousness commited on
Commit
772c6e8
·
verified ·
1 Parent(s): 1101625

Turn off hardcoded debug

Browse files

It's probably not necessary to force debug output on, especially that it needs the dbg folder to be created ahead of time or it will cause a RuntimeError.

Files changed (1) hide show
  1. modeling_moondream3.py +1 -1
modeling_moondream3.py CHANGED
@@ -45,7 +45,7 @@ _CONFIG_FOR_DOC = "Moondream3Config"
45
 
46
  import torch
47
 
48
- DEBUG=True
49
 
50
  def apply_rotary_pos_emb(
51
  q: torch.Tensor, # [B, H, L, D]
 
45
 
46
  import torch
47
 
48
+ DEBUG=False
49
 
50
  def apply_rotary_pos_emb(
51
  q: torch.Tensor, # [B, H, L, D]