removed unused passthrough and random filter/scorer#195
removed unused passthrough and random filter/scorer#195nirrozenbaum merged 1 commit intollm-d:mainfrom
Conversation
Signed-off-by: Nir Rozenbaum <nirro@il.ibm.com>
kfirtoledo
left a comment
There was a problem hiding this comment.
I think we should keep random for benchmark
@kfirtoledo where do we keep the code that is used for benchmark? |
|
Specific scorer is not relevant, just the final decision should be random |
@kfirtoledo does it mean we can just use |
|
there's a GIE random_picker we can use to benchmark a baseline, without any filters and/or scorers. |
exactly 👍 |
Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Co-authored-by: konflux-internal-p02[bot] <170854209+konflux-internal-p02[bot]@users.noreply.github.com>
as a follow up to #179, one of the comments was to remove the unused passthrough and random filters and scorers that were originally used for proof of concept.
Fix #191