llama3 icon indicating copy to clipboard operation
llama3 copied to clipboard

Unresolved reference 'llama'

Open 12dc32d opened this issue 6 months ago • 2 comments

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.

12dc32d avatar Aug 06 '24 23:08 12dc32d