updated config.json lacks 'model_type'

#13
by SeanCama - opened

Calling the model with updated config.json returns value error
ValueError: Unrecognized model in microsoft/OmniParser-v2.0. Should have a model_type key in its config.json

After adding "model_type": "blip-2" (based on the config.json in OmniParser v1), return OSEerror
OSError: microsoft/OmniParser-v2.0 does not appear to have a file named pytorch_model.bin, model.safetensors, tf_model.h5, model.ckpt or flax_model.msgpack.

I would appreciate it if someone could point out where I went wrong.

Sign up or log in to comment