Skip to content

Commit

Permalink
Erikk/ban 375 inference time to potassium (#33)
Browse files Browse the repository at this point in the history
* add idle time status

* inference timeout

* need to thread

* improve tests

* inference time not including cold boot time

* small change

* changed var name and set to None (instead of zero) if not set

---------

Co-authored-by: Aaron Peddle <[email protected]>
  • Loading branch information
2 people authored and nik-418 committed Oct 19, 2023
1 parent f051183 commit 49912cb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion potassium/potassium.py
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,6 @@ def status():

res.status_code = 200
res.headers['X-Endpoint-Type'] = "status"
res
return res

return flask_app
Expand Down

0 comments on commit 49912cb

Please sign in to comment.