Skip to content

84 possible refactor#92

Draft
AymanBx wants to merge 16 commits into
mainfrom
84-possible-refactor
Draft

84 possible refactor#92
AymanBx wants to merge 16 commits into
mainfrom
84-possible-refactor

Conversation

@AymanBx

@AymanBx AymanBx commented Jun 10, 2026

Copy link
Copy Markdown
Contributor
  • Runner has run method that is called by task
  • Bench objects has list of runners in its attributes
  • Run method in Bench will loop for each runner
  • Bench load methods will utilize runner yaml files now
  • Added demo files to demonstrate the new changes

@AymanBx AymanBx requested a review from brownsarahm June 10, 2026 18:41
@AymanBx AymanBx linked an issue Jun 10, 2026 that may be closed by this pull request
This was linked to issues Jun 18, 2026
@@ -1,4 +1,4 @@
runner_type: ollama
model:
models:

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

enable specifying the parameters under here

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

combine this with runnery.yml under 'model_params' key and then pass that whole sub-dictionary to the model

Comment thread benchtools/benchmark.py Outdated
for task_dict in task_list:
tasks.append(Task.from_dict(task_dict,source_path=benchmark_path))

runners = Bench.load_runners(benchmark_path)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

call the from_file on benchlist instead and in the bench constructor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

possible refactor add token counts improve log structure

2 participants