Skip to content

Commit 7829691

Browse files
Bump version to 0.3.3
1 parent 3605eff commit 7829691

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,13 @@ From v1.0.0 and on, the project will adherence strictly to Semantic Versioning.
1010
## [Unreleased]
1111

1212

13-
## [0.3.2] - - 2022-02-18
13+
## [0.3.3] - 2022-02-22
14+
15+
### Fixed
16+
- Memory measurement for bs=1
17+
18+
19+
## [0.3.2] - 2022-02-18
1420

1521
### Fixed
1622
- Warm up batch size

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def from_file(file_name: str = "requirements.txt", comment_char: str = "#"):
2525

2626
setup(
2727
name="pytorch-benchmark",
28-
version="0.3.2",
28+
version="0.3.3",
2929
description="Easily benchmark PyTorch model FLOPs, latency, throughput, max allocated memory and energy consumption in one go.",
3030
long_description=long_description(),
3131
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)