MCPcopy Create free account
hub / github.com/Alpha-VLLM/LLaMA2-Accessory / get_chunk

Function get_chunk

light-eval/src/eval_llavabenchmark.py:96–98  ·  view source on GitHub ↗
(lst, n, k)

Source from the content-addressed store, hash-verified

94
95
96def get_chunk(lst, n, k):
97 chunks = split_list(lst, n)
98 return chunks[k]
99
100
101def load(args):

Callers 1

eval_llava_benchmarkFunction · 0.70

Calls 1

split_listFunction · 0.70

Tested by

no test coverage detected