-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
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
Unresolved reference 'llama' #305
Comments
There are few things which might have happened here I don't know the exact problem ,these might be some of the fixes. |
Hello bro: This "llama" in "from llama.tokenizer import ChatFormat, Tokenizer" are not recognized. Before I truing to install llama model in project, but can not find it. And the project was downloaded directly from me on GitHub. |
Hello:
I downloaded llama3 and 8B models from Github, but encountered problems when setting up the virtual environment.
After installing the requirements toolkit, the generation.py and test_tokenizer.py have "from llama.tokenizer import ChatFormat, Tokenizer" and "from llama.model import ModelArgs, Transformer " are not recognized.
Similarly, llama is not the name of a toolkit and cannot be installed directly.
Does anyone understand this problem? Please reply to me, I will wait.
The text was updated successfully, but these errors were encountered: