BAAI
/

newbie need help on installing errors

#5
by lhxmailbox - opened

hi on the below errors that is got hit with i have the following qns, pls take me as a inexperienced newbie and detail the exact steps needed to setup & run your model?

are the supposed to be more files & folder under the path './weights' ? cause from error analyst it seemed to be either model files to be populated into '/weights' & subfolders, or pull/ access online ondemand from huggingface?

also in all the .py files under ./config what are the possible values to set for model_path, vq_path ? can you give examples instead of the comment '# download from hf'?

many placeholder like path_to_emu3.5_model & path_to_tokenizer seemed to be invalid apth, so dont seemd to be valid huggingface url, or is a private repo that needs to be granted rights

==============
A = OSError: Incorrect path_or_model_id: './weights/Emu3.5'. Please provide either the path to a local folder or the repo_id of a model on the Hub.

B = OSError: path_to_emu3.5_model is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'
If this is a private repository, make sure to pass a token having permission to this repo either by logging in with huggingface-cli login or by passing token=

C = FileNotFoundError: [Errno 2] No such file or directory: '/workspace/Emu3.5/weights/Emu3.5-VisionTokenizer/config.yaml'

D = OSError: path_to_tokenizer is not a local folder and is not a valid model identifier listed on 'https://huggingface.co/models'
If this is a private repository, make sure to pass a token having permission to this repo either by logging in with hf auth login or by passing token=

Sign up or log in to comment