Dalleon commited on
Commit
997f270
1 Parent(s): 598c5aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ class GenerationConfig:
159
  max_new_tokens: int = 512
160
  seed: int = 42
161
  reset: bool = False
162
- stream: bool = False
163
  threads: int = cpu_count
164
  # stop: list[str] = field(default_factory=lambda: [stop_string])
165
 
 
159
  max_new_tokens: int = 512
160
  seed: int = 42
161
  reset: bool = False
162
+ stream: bool = True
163
  threads: int = cpu_count
164
  # stop: list[str] = field(default_factory=lambda: [stop_string])
165