Skip to content

Commit 66e63e8

Browse files
authored
[MISC] fix typo (#18305)
Signed-off-by: Andy Xie <andy.xning@gmail.com>
1 parent 9214e60 commit 66e63e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vllm/usage/usage_lib.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ def _report_usage_worker(self, model_architecture: str,
161161
usage_context: UsageContext,
162162
extra_kvs: dict[str, Any]) -> None:
163163
self._report_usage_once(model_architecture, usage_context, extra_kvs)
164-
self._report_continous_usage()
164+
self._report_continuous_usage()
165165

166166
def _report_usage_once(self, model_architecture: str,
167167
usage_context: UsageContext,
@@ -219,7 +219,7 @@ def _report_usage_once(self, model_architecture: str,
219219
self._write_to_file(data)
220220
self._send_to_server(data)
221221

222-
def _report_continous_usage(self):
222+
def _report_continuous_usage(self):
223223
"""Report usage every 10 minutes.
224224
225225
This helps us to collect more data points for uptime of vLLM usages.

0 commit comments

Comments
 (0)