lorocksUMD commited on
Commit
a22129a
1 Parent(s): 15c94a4

Update script.py

Browse files
Files changed (1) hide show
  1. script.py +1 -0
script.py CHANGED
@@ -156,5 +156,6 @@ with torch.inference_mode():
156
  )
157
 
158
  outputs = tokenizer.batch_decode(output_ids, skip_special_tokens=True)[0].strip()
 
159
  print(outputs)
160
  # End Llava inference
 
156
  )
157
 
158
  outputs = tokenizer.batch_decode(output_ids, skip_special_tokens=True)[0].strip()
159
+ print("Output Type:", type(outputs))
160
  print(outputs)
161
  # End Llava inference