premAI-io / benchmarks

🕹️ Performance Comparison of MLOps Engines, Frameworks, and Languages on Mainstream AI Models.
MIT License
130 stars 5 forks source link

Code modularity, refactoring and re-usability. #91

Closed Anindyadeep closed 5 months ago

Anindyadeep commented 10 months ago

Since, all the benchmarks are using very similar kinds of inference interface, and bench.sh files are almost all the same. So, it would better to have a full refactoring of the code base with a better file-structure with re-usable modules.

This should not only help us to benchmark, but also might help us to build an unified inference tool in later versions.

Anindyadeep commented 5 months ago

A base class has been introduced in PR #160. Since merged, closing this issue.