Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,6 @@ def predict(message, history, temperature, top_p):
|
|
25 |
"top_p": float(top_p),
|
26 |
"do_sample": True,
|
27 |
"streamer": streamer,
|
28 |
-
"eos_token_id": 128009
|
29 |
}
|
30 |
|
31 |
# Run generation in a separate thread
|
|
|
25 |
"top_p": float(top_p),
|
26 |
"do_sample": True,
|
27 |
"streamer": streamer,
|
|
|
28 |
}
|
29 |
|
30 |
# Run generation in a separate thread
|