Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apple/ml-streambridge
/ save_json
Function
save_json
eval/utils.py:171–173 ·
view source on GitHub ↗
(file, path)
Source
from the content-addressed store, hash-verified
169
return
data
170
171
def
save_json(file, path):
172
with
open(path,
'w'
)
as
f:
173
json.dump(file, f, indent=2)
174
175
def
load_jsonl(path):
176
data = []
Callers
4
evaluate
Function · 0.50
parallel_videomme.py
File · 0.50
evaluate
Function · 0.50
parallel_ovo_bench.py
File · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected