Skip to content
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

feat: add metrics endpoint to inference #207

Closed
wants to merge 1 commit into from

Conversation

ishaansehgal99
Copy link
Collaborator

@ishaansehgal99 ishaansehgal99 commented Jan 12, 2024

Adds simple GET /metrics endpoint

i.e. wrt falcon-7b-instruct
{"gpu_info":[{"id":0,"name":"Tesla V100-PCIE-16GB","load":"0.00%","temperature":"30.0 C","memory":{"used":"7.08 GB","total":"16.00 GB"}},{"id":1,"name":"Tesla V100-PCIE-16GB","load":"0.00%","temperature":"29.0 C","memory":{"used":"6.53 GB","total":"16.00 GB"}}]}

Copy link

codecov bot commented Jan 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (7856b76) 65.81% compared to head (110b61e) 65.81%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #207   +/-   ##
=======================================
  Coverage   65.81%   65.81%           
=======================================
  Files          14       14           
  Lines        1366     1366           
=======================================
  Hits          899      899           
  Misses        429      429           
  Partials       38       38           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ishaansehgal99
Copy link
Collaborator Author

ishaansehgal99 commented Jan 26, 2024

Included in #216 and #217

@ishaansehgal99 ishaansehgal99 deleted the Ishaan/add-gpu-metrics branch February 26, 2024 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant