Skip to content

Commit bb9d572

Browse files
committed
nova models, multi-modal
1 parent aa01859 commit bb9d572

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,10 @@ Llama3 is now available on SageMaker (read [blog post](https://aws.amazon.com/bl
8787

8888
## New in this release
8989

90+
## 2.0.22
91+
1. Benchmarks for the [Amazon Nova](https://docs.aws.amazon.com/nova/latest/userguide/what-is-nova.html) family of models.
92+
1. Benchmarks for multi-modal models: LLama3.2-11B, Claude 3 Sonnet and Claude 3.5 Sonnet using the [ScienceQA](https://huggingface.co/datasets/derek-thomas/ScienceQA) dataset.
93+
9094
## 2.0.21
9195

9296
1. Dynamically get EC2 pricing from Boto3 API.
@@ -95,10 +99,6 @@ Llama3 is now available on SageMaker (read [blog post](https://aws.amazon.com/bl
9599
## 2.0.20
96100
1. Add `hf_tokenizer_model_id` parameter to automatically download tokenizers from Hugging Face.
97101

98-
## 2.0.19
99-
1. Config files for `Llama3.1-1b` on AMD/Intel CPU instance types.
100-
1. Bug fixes for token counting for vLLM.
101-
102102

103103
[Release history](./release_history.md)
104104

docs/releases.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Releases
22

3+
## 2.0.22
4+
1. Benchmarks for the [Amazon Nova](https://docs.aws.amazon.com/nova/latest/userguide/what-is-nova.html) family of models.
5+
1. Benchmarks for multi-modal models: LLama3.2-11B, Claude 3 Sonnet and Claude 3.5 Sonnet using the [ScienceQA](https://huggingface.co/datasets/derek-thomas/ScienceQA) dataset.
6+
37
## 2.0.21
48

59
1. Dynamically get EC2 pricing from Boto3 API.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "fmbench"
3-
version = "2.0.21"
3+
version = "2.0.22"
44
description ="Benchmark performance of **any Foundation Model (FM)** deployed on **any AWS Generative AI service**, be it **Amazon SageMaker**, **Amazon Bedrock**, **Amazon EKS**, or **Amazon EC2**. The FMs could be deployed on these platforms either directly through `FMbench`, or, if they are already deployed then also they could be benchmarked through the **Bring your own endpoint** mode supported by `FMBench`."
55
authors = ["Amit Arora <[email protected]>", "Madhur Prashant <[email protected]>"]
66
readme = "README.md"

release_history.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.0.19
2+
1. Config files for `Llama3.1-1b` on AMD/Intel CPU instance types.
3+
1. Bug fixes for token counting for vLLM.
4+
15
## 2.0.18
26
1. Delete SageMaker endpoint as soon as the run finishes.
37

0 commit comments

Comments
 (0)