We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python webapp_single.py --ckpt_dir $CKPT_DIR --tokenizer_path $TOKENIZER_PATH
when i run this command, these is a error : no module named llama??
The text was updated successfully, but these errors were encountered:
A similar case on my end, could please advice?
PS C:\swdtools\Workspace\pyllama\apps\gradio> python webapp_single.py --ckpt_dir C:\swdtools\Workspace\pyllama\pyllama_data\7B --tokenizer_path C:\swdtools\Workspace\pyllama\pyllama_data\tokenizer.mode Traceback (most recent call last): File "C:\swdtools\Workspace\pyllama\apps\gradio\webapp_single.py", line 13, in from llama import ModelArgs, Transformer, Tokenizer, LLaMA ImportError: cannot import name 'LLaMA' from 'llama' (C:\swdtools\Workspace\llama\llama_init_.py)
Sorry, something went wrong.
No branches or pull requests
python webapp_single.py --ckpt_dir $CKPT_DIR --tokenizer_path $TOKENIZER_PATH
when i run this command, these is a error : no module named llama??
The text was updated successfully, but these errors were encountered: