Skip to content

Commit

Permalink
Fix compat with newer PyTorch Benchmark version
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasHedegaard committed Apr 17, 2023
1 parent f6f9aad commit 6227334
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.7.2] - 2023-05-17

### Fixed
- Compatibility with newer PyTorch Benchmark version.


## [0.7.1] - 2022-03-18

Expand Down
4 changes: 2 additions & 2 deletions ride/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ def argparse(
gen_configs.add(
"profile_model_num_runs",
type=int,
default=0,
description="Number of runs to perform when profiling model. If `0`, model will be profiled to max 10 seconds.",
default=100,
description="Number of runs to perform when profiling model.",
)
gen_settings_parser = gen_configs.add_argparse_args(gen_settings_parser)

Expand Down

0 comments on commit 6227334

Please sign in to comment.