Closed hemanthkotaprolu closed 1 month ago
Optimum Habana is not compatible with the version of Transformers you have, see here: https://github.com/huggingface/optimum-habana/blob/v1.11.1/setup.py#L32 Please reinstall it with:
pip install optimum-habana==1.11.1
Thanks! pip install -U optimum-habana==1.13.1
worked for me.
System Info
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
I tried to instruct-finetune Llama-3.1-70b-instruct for custom usecase. The following is the code to reproduce.
Expected behavior
The following is the error I am encountering.
Please let me know if anything else is required. Thanks in advance.