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 57003be commit 1849c48Copy full SHA for 1849c48
python/sglang/srt/entrypoints/http_server.py
@@ -229,7 +229,7 @@ async def flush_cache():
229
_global_state.tokenizer_manager.flush_cache()
230
return Response(
231
content="Cache flushed.\nPlease check backend logs for more details. "
232
- "(When there are running or waiting requests, the operation will not be performed.)\n",
+ "(When there are running or waiting requests, the operation will not be performed.)\n",
233
status_code=200,
234
)
235
0 commit comments