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

fixed segfault when loading no weights exllama v2 #105

Merged
merged 1 commit into from
Jan 5, 2024

Conversation

IlyasMoutawwakil
Copy link
Member

ExllamaV2 has a problem with no_weights=true because it creates random g_idx that end up causing a segfault, to avoid that we add these g_idx to the no_weights state_dict.

@IlyasMoutawwakil IlyasMoutawwakil merged commit e53e378 into main Jan 5, 2024
14 of 15 checks passed
@IlyasMoutawwakil IlyasMoutawwakil deleted the support-exllamav2-no-weights branch March 29, 2024 16:32
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