Skip to content

Commit f355f1e

Browse files
committed
bump up version and readme updates
1 parent b8a9e41 commit f355f1e

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

README.md

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

6262
## New in this release
6363

64+
### v1.0.45
65+
1. Analytics for results across multiple runs.
66+
1. `Llama3-70b` config files for `g5.48xlarge` instances.
67+
6468
### v1.0.44
6569
1. Endpoint metrics (CPU/GPU utilization, memory utiliztion, model latency) and invocation metrics (including errors) for SageMaker Endpoints.
6670
1. `Llama3-8b` config files for `g6` instances.

README_pypi.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@ Configuration files are available in the [configs](./src/fmbench/configs) folder
5151

5252
## New in this release
5353

54+
### v1.0.45
55+
1. Analytics for results across multiple runs.
56+
1. `Llama3-70b` config files for `g5.48xlarge` instances.
57+
5458
### v1.0.44
5559
1. Endpoint metrics (CPU/GPU utilization, memory utiliztion, model latency) and invocation metrics (including errors) for SageMaker Endpoints.
5660
1. `Llama3-8b` config files for `g6` instances.

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 = "1.0.44"
3+
version = "1.0.45"
44
description ="Benchmark performance of **any model** deployed on **Amazon SageMaker** or available on **Amazon Bedrock** or deployed by you on an AWS service of choice (such as Amazon EKS or Amazon EC2) a.k.a **Bring your own endpoint**."
55
authors = ["Amit Arora <[email protected]>", "Madhur prashant <[email protected]>"]
66
readme = "README_pypi.md"

0 commit comments

Comments
 (0)