Skip to content

Commit 3cfe0ef

Browse files
committed
README updates and bump up version to v1.0.42
1 parent a0d3c99 commit 3cfe0ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Llama3 is now available on SageMaker (read [blog post](https://aws.amazon.com/bl
6161

6262
## New in this release
6363

64-
### v1.0.41
64+
### v1.0.42
6565
1. Config file for running `Llama3-8b` on all instance types except `p5`.
6666
1. Fix bug with business summary chart.
6767
1. Fix bug with deploying model using a DJL DeepSpeed container in the no S3 dependency mode.

README_pypi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Configuration files are available in the [configs](./src/fmbench/configs) folder
5151

5252
## New in this release
5353

54-
### v1.0.41
54+
### v1.0.42
5555
1. Config file for running `Llama3-8b` on all instance types except `p5`.
5656
1. Fix bug with business summary chart.
5757
1. Fix bug with deploying model using a DJL DeepSpeed container in the no S3 dependency mode.

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.41"
3+
version = "1.0.42"
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)