We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebba74f commit fe9257aCopy full SHA for fe9257a
setup.py
@@ -25,7 +25,7 @@ def from_file(file_name: str = "requirements.txt", comment_char: str = "#"):
25
26
setup(
27
name="pytorch-benchmark",
28
- version="0.3.5",
+ version="0.3.6",
29
description="Easily benchmark PyTorch model FLOPs, latency, throughput, max allocated memory and energy consumption in one go.",
30
long_description=long_description(),
31
long_description_content_type="text/markdown",
0 commit comments