aws-samples / foundation-model-benchmarking-tool

Foundation model benchmarking tool. Run any model on any AWS platform and benchmark for performance across instance type and serving stack options.
https://aws-samples.github.io/foundation-model-benchmarking-tool/
MIT No Attribution
182 stars 27 forks source link

Containerize FMBench #127

Closed dheerajoruganty closed 3 months ago

dheerajoruganty commented 3 months ago

Description

This pull request introduces containerization for fmbench, enabling consistent and portable execution across various environments. By using Docker, a container is created that encapsulates all dependencies required to run fmbench.

Changes Made

Dockerfile Creation:

Added a Dockerfile to define the container image for fmbench. The Dockerfile includes steps to:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.