We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e12c4 commit 5790c8dCopy full SHA for 5790c8d
examples/server/bench/script.js
@@ -90,7 +90,8 @@ export default function () {
90
"model": model,
91
"stream": true,
92
"seed": 42,
93
- "max_tokens": max_tokens
+ "max_tokens": max_tokens,
94
+ "stop": ["<|im_end|>"] // This is temporary for phi-2 base (i.e. not instructed) since the server expects that the model always to emit BOS
95
}
96
97
const params = {method: 'POST', body: JSON.stringify(payload)};
0 commit comments