909ahmed commited on
Commit
d38bb58
1 Parent(s): 24d93da
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ def respond(
156
 
157
  idx = context
158
  result = ""
159
- for _ in range(2000):
160
 
161
  idx_cond = idx[:, -block_size:]
162
  logits, loss = model(idx_cond)
 
156
 
157
  idx = context
158
  result = ""
159
+ for _ in range(100):
160
 
161
  idx_cond = idx[:, -block_size:]
162
  logits, loss = model(idx_cond)