-
Notifications
You must be signed in to change notification settings - Fork 208
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
CPU Only Support #222
Comments
Hi @chriskuchar, |
Hello @StochasticRomanAgeev , I am coming across two different errors. The first one is "Error building extension 'cpu_adam'" if I try to run `# Load the dataset Initialize the modelmodel = BaseModel.create("llama") Finetune the modelmodel.finetune(dataset=instruction_dataset)` The second error is documented below with more extensive code. Also, lora_config = LoraConfig(
`trainable params: 4194304 || all params: 6742609920 || trainable%: 0.06220594176090199 Finding best initial lr: 0%| | 0/100 [00:00<?, ?it/s] |
Hi @chriskuchar, |
Hello,
I posted a previous issue for this #193. I couldn't get this solution to work however. Is there a guide you guys have for CPU only?
The text was updated successfully, but these errors were encountered: