ThomasSimonini HF staff commited on
Commit
08bb8a8
·
verified ·
1 Parent(s): ae09ff5

Upload moondream.py

Browse files
Files changed (1) hide show
  1. moondream.py +1 -1
moondream.py CHANGED
@@ -279,7 +279,7 @@ class Moondream(PreTrainedModel):
279
  thread.join()
280
  print("FINISHED")
281
 
282
- return tokenizer.batch_decode(output_ids, skip_special_tokens=True)
283
 
284
  def answer_question(
285
  self,
 
279
  thread.join()
280
  print("FINISHED")
281
 
282
+ #return tokenizer.batch_decode(output_ids, skip_special_tokens=True)
283
 
284
  def answer_question(
285
  self,