Skip to content

Commit

Permalink
updated reader
Browse files Browse the repository at this point in the history
  • Loading branch information
adarshyoga committed Feb 23, 2024
1 parent 5b090e8 commit ccd2f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dpbench/config/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def read_configs( # noqa: C901: TODO: move modules into config
benchmark_configs_path=os.path.join(
dirname, "../configs/bench_info"
),
benchmarks_module="dpbench.benchmarks.main",
benchmarks_module="dpbench.benchmarks.default",
framework_configs_path=os.path.join(
dirname, "../configs/framework_info"
),
Expand Down

0 comments on commit ccd2f6e

Please sign in to comment.