Open DoDucHuy21020124 opened 5 months ago
Hi, I found similar issues here. https://github.com/lm-sys/FastChat/issues/539 Maybe you can refer to this.
so do i, has any solution?
so do i, has any solution?
done,need full path
so do i, has any solution?
done,need full path
Could you clarify please?
I read Readme.md, then I created a llm folder and downloaded vicuna-7b-v1.1 by using huggingface-cli and renamed it to vicuna-7b like this
However, when I run cells in demo.ipynb file, I got this error: OSError: Can't load tokenizer for 'llm/vicuna-7b'. 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 'llm/vicuna-7b' is the correct path to a directory containing all relevant files for a LlamaTokenizer tokenizer.
Please help me how to address this