-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add YoloV4 inference server #52
Conversation
…ADME and cleanup Dockerfile CMD
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.
Are you running any sort of linting on the files i.e. ruff
?
@milank94 yes, ruff is run as a precommit condition if and only if the development |
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.
Looks great!
This PR adds the YoloV4 inference server from tt-metal to tt-inference server and provides utilities to build and test it.
NOTE: I have not added an evaluation test for the model but can do that. Also, I think we might want to start restructuring the root
tests/
directory to contain all tests, organized by each inference server app (i.e.,vllm-tt-metal-llama3-70b
,tt-metal-mistral-7b
etc)