"python/sglang/srt/models/llama.py" did not exist on "2d3ae4e1258791a04a28279044359c08c16af99e"
Unverified Commit 3ab0aa5c authored by Lintang Sutawika's avatar Lintang Sutawika Committed by GitHub
Browse files

Update evaluator.py

parent 7f654439
......@@ -190,9 +190,12 @@ def evaluate(
configs = collections.defaultdict(dict)
samples = collections.defaultdict(list)
requests = collections.defaultdict(list)
padding_requests = collections.defaultdict(int)
# Stores group related keys and values for group-aggregation
aggregate = collections.defaultdict(dict)
task_groups = collections.defaultdict(dict)
padding_requests = collections.defaultdict(int)
# get lists of each type of request
for task_name, task in task_dict.items():
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment