Update config.json
Browse files- config.json +2 -2
config.json
CHANGED
@@ -65,8 +65,8 @@
|
|
65 |
"stability_threshold": 0.02,
|
66 |
"start_token_index": 2
|
67 |
},
|
68 |
-
"max_input_length":
|
69 |
-
"max_total_tokens":
|
70 |
"max_concurrent_requests": 128,
|
71 |
"max_best_of": 2,
|
72 |
"max_stop_sequences": 4,
|
|
|
65 |
"stability_threshold": 0.02,
|
66 |
"start_token_index": 2
|
67 |
},
|
68 |
+
"max_input_length": 2048,
|
69 |
+
"max_total_tokens": 2051,
|
70 |
"max_concurrent_requests": 128,
|
71 |
"max_best_of": 2,
|
72 |
"max_stop_sequences": 4,
|