Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
gongy committed Dec 13, 2023
1 parent 802dc28 commit df62f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 06_gpu_and_ml/vllm_mixtral.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ def app():

@web_app.get("/stats")
async def stats():
stats = await Model().generate_stream.get_current_stats.aio()
stats = await Model().completion_stream.get_current_stats.aio()
return {
"backlog": stats.backlog,
"num_total_runners": stats.num_total_runners,
Expand Down

0 comments on commit df62f5c

Please sign in to comment.