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

Matrix multiplication issue #74

Open
pulkitmehtaworkmetacube opened this issue Nov 20, 2024 · 0 comments
Open

Matrix multiplication issue #74

pulkitmehtaworkmetacube opened this issue Nov 20, 2024 · 0 comments

Comments

@pulkitmehtaworkmetacube

We are doing following :

  1. Pick 4 bit quantized model https://huggingface.co/unsloth/Llama-3.1-Nemotron-70B-Instruct-bnb-4bit
  2. Use that to finetune adapterH or bottleneck adapter.

We reduced bottleck_dimension to 64 instead of 256 .
It loads base model but during finetuning of adapter , it is giving following error .

mat1 and mat2 shapes cannot be multiplied (1024x8192 and 1x117440512)

Please suggest

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

No branches or pull requests

1 participant