Upload moondream.py
Browse files- 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,
|