How would I go about adding another model to the benchmarks? #570
Unanswered
Eyal Cidon (ecidon)
asked this question in
Q&A
Replies: 1 comment
|
Hi Eyal Cidon (@ecidon), you may add the model in model_benchmarks by adding a class and registering it, or add it in docker_benchmarks by providing a docker image and entrypoint script. Here're the example PRs on model benchmark and docker benchmark for your reference. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
If for example I would want to add a Llama model what would I need to do?
All reactions