add test comment
#1
by
Rtian
- opened
- generation_utils.py +3 -0
generation_utils.py
CHANGED
@@ -429,3 +429,6 @@ class DreamGenerationMixin:
|
|
429 |
return DreamModelOutput(sequences=x, history=histories)
|
430 |
else:
|
431 |
return x
|
|
|
|
|
|
|
|
429 |
return DreamModelOutput(sequences=x, history=histories)
|
430 |
else:
|
431 |
return x
|
432 |
+
|
433 |
+
# test
|
434 |
+
|