-
Notifications
You must be signed in to change notification settings - Fork 106
Features/add model size to the UI #391
New issue
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: dalthecow <[email protected]>
|
🎉 Live Preview: Click here to view the live version |
sjmonson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One question, just resolve it and I'll approve
| bm.run_stats.start_time for bm in benchmarks if bm.start_time is not None | ||
| ) | ||
| response = httpx.get(f"https://huggingface.co/api/models/{model}") | ||
| model_json = response.json() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this safe from an error response?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm splitting time between this team and another team now but I will get to this. Definitely need to handle an error response
feature/ui/add-dataset-and-model-size
Signed-off-by: dalthecow <[email protected]>
Signed-off-by: dalthecow <[email protected]>
Signed-off-by: dalthecow <[email protected]>
Signed-off-by: dalthecow <[email protected]>
Signed-off-by: dalthecow <[email protected]>
…uralmagic/guidellm into feature/ui/add-dataset-and-model-size
Signed-off-by: dalthecow <[email protected]>
Summary
The run info will now grab the model size if the model is pulled from HF
Details