Dalleon commited on
Commit
598c5aa
1 Parent(s): 6c4ef88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -159,8 +159,8 @@ class GenerationConfig:
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
 
166
 
 
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
 
166