We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to know the generation speed in serve mode? Can it display relevant information in the console like chat mode?
The text was updated successfully, but these errors were encountered:
I noticed this endpoint in the following script, but it seems to report "Runtime stats: {'detail':'Not Found'}".
https://raw.githubusercontent.com/mlc-ai/mlc-llm/refs/heads/main/examples/rest/python/sample_client.py
# Get the latest runtime stats r = requests.get("http://127.0.0.1:8000/stats") print(f"{color.BOLD}Runtime stats:{color.END} {r.json()}\n")
Has it been abandoned? Is there an enabling method or alternative method?
Sorry, something went wrong.
No branches or pull requests
❓ General Questions
How to know the generation speed in serve mode?
Can it display relevant information in the console like chat mode?
The text was updated successfully, but these errors were encountered: