MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / new_task_info

Function new_task_info

benchmarks/paddleocr_vl/benchmark.py:99–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97
98
99def new_task_info():
100 task_info = {}
101 task_info["id"] = uuid.uuid4().hex
102 return task_info
103
104
105def create_and_submit_new_task(executor, requestor, task_info_dict, input_path):

Callers 2

benchmark.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected