You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
报错:OSError: Can't load tokenizer for 'D:\AI\lawyer-llama-main\model'. 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 'D:\AI\lawyer-llama-main\model' is the correct path to a directory containing all relevant files for a LlamaTokenizer tokenizer.
大佬们你们有遇到这个问题吗,是我解码过程有问题吗?求解?
The text was updated successfully, but these errors were encountered:
代码位置第31行:tokenizer = LlamaTokenizer.from_pretrained(checkpoint)
报错:OSError: Can't load tokenizer for 'D:\AI\lawyer-llama-main\model'. 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 'D:\AI\lawyer-llama-main\model' is the correct path to a directory containing all relevant files for a LlamaTokenizer tokenizer.
大佬们你们有遇到这个问题吗,是我解码过程有问题吗?求解?
The text was updated successfully, but these errors were encountered: