tloen / alpaca-lora

Instruct-tune LLaMA on consumer hardware
Apache License 2.0
18.68k stars 2.22k forks source link

GPT4All GPU not loading tokenizer #310

Open TahaBinhuraib opened 1 year ago

TahaBinhuraib commented 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

image
TahaBinhuraib commented 1 year ago

ValueError: Tokenizer class LLaMATokenizer does not exist or is not currently imported.

TahaBinhuraib commented 1 year ago

Fixed it with this PR: https://github.com/nomic-ai/nomic/pull/132