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

Function load_image

eval/run_predict_qwen2_5VL.py:394–395  ·  view source on GitHub ↗
(episode,image_path,history_list,use_low_instruction)

Source from the content-addressed store, hash-verified

392 return input_string
393
394def load_image(episode,image_path,history_list,use_low_instruction):
395 return (episode,image_path,history_list,use_low_instruction)
396
397def predict(args, datasets):
398 # set global variable

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected