Results 1 comments of Silacci Alessandro

It is because of the imports, it seems messed up in the current version of this repo. Change your `import llama` to this: `from llama.tokenization_llama import LLaMATokenizer` and `from llama.modeling_llama...