Skip to content

Releases

2.0.6

  1. Run multiple model copies with the DJL serving container and an Nginx load balancer on Amazon EC2.
  2. Config files for Llama3.1-8b on g5, p4de and p5 Amazon EC2 instance types.
  3. Better analytics for creating internal leaderboards.

2.0.5

  1. Support for Intel CPU based instances such as c5.18xlarge and m5.16xlarge.

2.0.4

  1. Support for AMD CPU based instances such as m7a.

2.0.3

  1. Support for a EFA directory for benchmarking on EC2.

2.0.2

  1. Code cleanup, minor bug fixes and report improvements.

2.0.0

  1. 🚨 Model evaluations done by a Panel of LLM Evaluators 🚨

v1.0.52

  1. Compile for AWS Chips (Trainium, Inferentia) and deploy to SageMaker directly through FMBench.
  2. Llama3.1-8b and Llama3.1-70b config files for AWS Chips (Trainium, Inferentia).
  3. Misc. bug fixes.

v1.0.51

  1. FMBench has a website now. Rework the README file to make it lightweight.
  2. Llama3.1 config files for Bedrock.

v1.0.50

  1. Llama3-8b on Amazon EC2 inf2.48xlarge config file.
  2. Update to new version of DJL LMI (0.28.0).

v1.0.49

  1. Streaming support for Amazon SageMaker and Amazon Bedrock.
  2. Per-token latency metrics such as time to first token (TTFT) and mean time per-output token (TPOT).
  3. Misc. bug fixes.

v1.0.48

  1. Faster result file download at the end of a test run.
  2. Phi-3-mini-4k-instruct configuration file.
  3. Tokenizer and misc. bug fixes.

v1.0.47

  1. Run FMBench as a Docker container.
  2. Bug fixes for GovCloud support.
  3. Updated README for EKS cluster creation.

v1.0.46

  1. Native model deployment support for EC2 and EKS (i.e. you can now deploy and benchmark models on EC2 and EKS).
  2. FMBench is now available in GovCloud.
  3. Update to latest version of several packages.

v1.0.45

  1. Analytics for results across multiple runs.
  2. Llama3-70b config files for g5.48xlarge instances.

v1.0.44

  1. Endpoint metrics (CPU/GPU utilization, memory utiliztion, model latency) and invocation metrics (including errors) for SageMaker Endpoints.
  2. Llama3-8b config files for g6 instances.

v1.0.42

  1. Config file for running Llama3-8b on all instance types except p5.
  2. Fix bug with business summary chart.
  3. Fix bug with deploying model using a DJL DeepSpeed container in the no S3 dependency mode.

v1.0.40

  1. Make it easy to run in the Amazon EC2 without any dependency on Amazon S3 dependency mode.

v1.0.39

  1. Add an internal FMBench website.

v1.0.38

  1. Support for running FMBench on Amazon EC2 without any dependency on Amazon S3.
  2. Llama3-8b-Instruct config file for ml.p5.48xlarge.

v1.0.37

  1. g5/p4d/inf2/trn1 specific config files for Llama3-8b-Instruct.
    1. p4d config file for both vllm and lmi-dist.

v1.0.36

  1. Fix bug at higher concurrency levels (20 and above).
  2. Support for instance count > 1.

v1.0.35

  1. Support for Open-Orca dataset and corresponding prompts for Llama3, Llama2 and Mistral.

v1.0.34

  1. Don't delete endpoints for the bring your own endpoint case.
  2. Fix bug with business summary chart.

v1.0.32

  1. Report enhancements: New business summary chart, config file embedded in the report, version numbering and others.

  2. Additional config files: Meta Llama3 on Inf2, Mistral instruct with lmi-dist on p4d and p5 instances.