Upload moondream.py
Browse files- moondream.py +1 -1
moondream.py
CHANGED
|
@@ -364,4 +364,4 @@ class Moondream(PreTrainedModel):
|
|
| 364 |
return [
|
| 365 |
x.strip()
|
| 366 |
for x in tokenizer.batch_decode(output_ids, skip_special_tokens=True)
|
| 367 |
-
]
|
|
|
|
| 364 |
return [
|
| 365 |
x.strip()
|
| 366 |
for x in tokenizer.batch_decode(output_ids, skip_special_tokens=True)
|
| 367 |
+
]
|