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 bbf5752 commit 78941e8Copy full SHA for 78941e8
fastchat/serve/monitor/clean_chat_data.py
@@ -25,8 +25,6 @@
25
NETWORK_ERROR_MSG = (
26
"NETWORK ERROR DUE TO HIGH TRAFFIC. PLEASE REGENERATE OR REFRESH THIS PAGE.".lower()
27
)
28
-MANAGER = mp.Manager()
29
-LOCK = MANAGER.Lock()
30
31
32
def date_range(start="2023-04-01"):
0 commit comments