chansung commited on
Commit
8cae68a
·
1 Parent(s): ce5c91f

Update gen.py

Browse files
Files changed (1) hide show
  1. gen.py +1 -1
gen.py CHANGED
@@ -71,7 +71,7 @@ class StreamModel:
71
  logprobs = max(logprobs, 0)
72
 
73
  # bigger than 1
74
- chunk_size = 2
75
  chunk_count = 0
76
 
77
  # Generate completion tokens.
 
71
  logprobs = max(logprobs, 0)
72
 
73
  # bigger than 1
74
+ chunk_size = 5
75
  chunk_count = 0
76
 
77
  # Generate completion tokens.