s3nh commited on
Commit
f902c1f
·
1 Parent(s): a28cfa2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ class GenerationConfig:
126
  top_k: int = 50
127
  top_p: float = 0.9
128
  repetition_penalty: float = 1.0
129
- max_new_tokens: int = 512
130
  seed: int = 42
131
  reset: bool = False
132
  stream: bool = True
 
126
  top_k: int = 50
127
  top_p: float = 0.9
128
  repetition_penalty: float = 1.0
129
+ max_new_tokens: int = 128
130
  seed: int = 42
131
  reset: bool = False
132
  stream: bool = True