Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
96
def
get_chunk(lst, n, k):
97
chunks = split_list(lst, n)
98
return
chunks[k]
99
100
101
def
load(args):
Callers
1
eval_llava_benchmark
Function · 0.70
Calls
1
split_list
Function · 0.70
Tested by
no test coverage detected