MCPcopy Create free account
hub / github.com/OpenBMB/AgentCPM-GUI / load_image

Function load_image

eval/run_predict_os_gensis.py:278–280  ·  view source on GitHub ↗
(episode,image_path,history_list,use_low_instruction)

Source from the content-addressed store, hash-verified

276 else:
277 return run_episode_high(episode, image_path,history_list)
278def load_image(episode,image_path,history_list,use_low_instruction):
279
280 return (episode,image_path,history_list,use_low_instruction)
281
282def predict(args, datasets):
283 # set global variable

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected