How to use this model?
#2
by
htangmerl
- opened
Hi, may I know how to use this model? Is there any demo?
- I tried to load this checkpoint using hugging face pipeline or loading tokenizers separately. Both failed due to
OSError: Can't load tokenizer for 'Emma02/LVM_ckpts'. If you were trying to load it from 'https://huggingface.co/models', make sure you don't have a local directory with the same name. Otherwise, make sure 'Emma02/LVM_ckpts' is the correct path to a directory containing all relevant files for a LlamaTokenizerFast tokenizer.
- I have also tried https://github.com/ytongbai/LVM/tree/main , which I cannot find the checkpoints for this repo. The evaluation demo is not directly runnable either.
Could you please share a naive demo to show how to use this model? How to load the model and run prompts as list of images. Thanks!
HI it isn't working?