Hello, thank you for open-sourcing such a complex project. What should llm_model be set to?
Could not set up the required agent:
Can't load tokenizer for 'OpenDILabCommunity/LMDrive-vicuna-v1.5-7b-v1.0'. 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 'OpenDILabCommunity/LMDrive-vicuna-v1.5-7b-v1.0' is the correct path to a directory containing all relevant files for a LlamaTokenizer tokenizer.
Could not set up the required agent:
Can't load tokenizer for 'vicuna'. 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 'OpenDILabCommunity/LMDrive-vicuna-v1.5-7b-v1.0' is the correct path to a directory containing all relevant files for a LlamaTokenizer tokenizer.
Could not set up the required agent:
Can't load tokenizer for 'LMDrive-vicuna-v1.5-7b-v1.0'. 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 'OpenDILabCommunity/LMDrive-vicuna-v1.5-7b-v1.0' is the correct path to a directory containing all relevant files for a LlamaTokenizer tokenizer.
I have tried these three options and encountered errors. I also tried downloading it locally and specifying the absolute path to the .pth file, but encountered issues as well.
@deepcs233 Here's the translation:
Hello, thank you for open-sourcing such a complex project. What should
llm_model
be set to?Could not set up the required agent:
Could not set up the required agent:
Could not set up the required agent:
I have tried these three options and encountered errors. I also tried downloading it locally and specifying the absolute path to the
.pth
file, but encountered issues as well.