mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-22 15:32:08 +00:00
Merge remote-tracking branch 'origin/feat/add-load-test' into feat/add-load-test
This commit is contained in:
commit
cf70a3036b
@ -58,7 +58,6 @@ export default function run() {
|
||||
|
||||
const res = sse.open(url, params, function (client) {
|
||||
client.on('event', function (event) {
|
||||
// console.log(event.data)
|
||||
if (parseInt(event.id) === 4) {
|
||||
client.close()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user