Spaces:
Runtime error
Runtime error
Update gen.py
Browse files
gen.py
CHANGED
@@ -71,7 +71,7 @@ class StreamModel:
|
|
71 |
logprobs = max(logprobs, 0)
|
72 |
|
73 |
# bigger than 1
|
74 |
-
chunk_size =
|
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.
|