burakcanbiner commited on
Commit
32bc6ec
1 Parent(s): 63b7260

Update pnp.py

Browse files
Files changed (1) hide show
  1. pnp.py +2 -0
pnp.py CHANGED
@@ -240,6 +240,8 @@ class PNP(nn.Module):
240
 
241
  # if not self.changed_model:
242
 
 
 
243
  self.set_audio_projector(adapter_ckpt_path, audio_projector_path)
244
 
245
 
 
240
 
241
  # if not self.changed_model:
242
 
243
+ print(f"inside run_pnp {audio_projector_path}, {adapter_ckpt_path}")
244
+
245
  self.set_audio_projector(adapter_ckpt_path, audio_projector_path)
246
 
247