Skip to content
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

Bug Fix with CPU usage #189

Merged
merged 3 commits into from
Jun 27, 2023
Merged

Bug Fix with CPU usage #189

merged 3 commits into from
Jun 27, 2023

Conversation

PromtEngineer
Copy link
Owner

The default model was set to TheBloke/WizardLM-7B-uncensored-GPTQ which causes issue when running on cpu.

Revised M1/M2 installation instructions.
The default model was set to TheBloke/WizardLM-7B-uncensored-GPTQ which causes issue when running on cpu.

Change the default to TheBloke/vicuna-7B-1.1-HF
When --device_type is cpu or mps, the model_basename will be set to None and will use LlamaForCausalLM. This is a temporary fix. Need a permanent fix for M1/M2.
@PromtEngineer PromtEngineer merged commit 925d63c into main Jun 27, 2023
1 check failed
@PromtEngineer PromtEngineer deleted the m2_max branch May 3, 2024 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant