-
Notifications
You must be signed in to change notification settings - Fork 166
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
getting error while finetuning llama2 using qlora #1315
Comments
Are you trying to use qlora? Can you try |
Here is the complete output
|
Can you login huggingface first? https://huggingface.co/docs/huggingface_hub/en/guides/cli#huggingface-cli-login |
You need to gain access to tiny code data set. https://huggingface.co/datasets/nampdn-ai/tiny-codes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While executing the file in folder
Olive/examples/llama2
i got the error ofTypeError: LlamaForCausalLM.forward() got an unexpected keyword argument 'past_key_values.0.key'
while executing :
python llama2.py --model_name meta-llama/Llama-2-7b-hf
Olive config
Add Olive configurations here.
Olive logs
Add logs here.
Other information
Additional context
I build olive from source using
pip install -e .
Please help
The text was updated successfully, but these errors were encountered: