DUOMO / TransGPT

MIT License
707 stars 77 forks source link

Model inference question #23

Open chaoqunwangcs opened 9 months ago

chaoqunwangcs commented 9 months ago

Thanks for the great work. When I infer the TransGPT-MM-v1 model by the script 'python web_demo.py, there is an IOError "No config.json". I guess the model_config.json is the config.json and rename the file, then the ValueError arises: missing the 'model_type' key in config.json. I wonder why this occurs.