Open TahaBinhuraib opened 1 year ago
LLAMA_PATH = 'decapoda-research/llama-7b-hf' Using this path and the code provided in readme. I keep getting this error: f"Tokenizer class {tokenizer_class_candidate} does not exist or is n
LLAMA_PATH = 'decapoda-research/llama-7b-hf'
f"Tokenizer class {tokenizer_class_candidate} does not exist or is n
ValueError: Tokenizer class LLaMATokenizer does not exist or is not currently imported.
Fixed it with this PR: https://github.com/nomic-ai/nomic/pull/132
LLAMA_PATH = 'decapoda-research/llama-7b-hf'
Using this path and the code provided in readme. I keep getting this error:f"Tokenizer class {tokenizer_class_candidate} does not exist or is n