huggingface / optimum-habana

Easy and lightning fast training of 🤗 Transformers on Habana Gaudi processor (HPU)
Apache License 2.0
142 stars 170 forks source link

eager optimum[habana] pointing to optimum-habana 1.10.4 #969

Closed 12010486 closed 4 months ago

12010486 commented 4 months ago

System Info

Following instructions in https://github.com/huggingface/optimum-habana/tree/main
there is an error in **Option 1: Use the latest stable release** as with
`pip install --upgrade-strategy eager optimum[habana]` 
the optimum-habana version is the 1.10.4, not the latest stable (v1.11.1)
Latest commit on the main branch is e2d028e626e6c26e269302e8c042852d9b41c1a4

Information

Tasks

Reproduction

pip install --upgrade-strategy eager optimum[habana] pip list | grep optimum-habana

Expected behavior

Latest stable version in documentation is intended to be 1.11.1, at least looking at: cd optimum-habana && git checkout v1.11.1

regisss commented 4 months ago

I can reproduce, I'm going to fix it

regisss commented 4 months ago

@12010486 Can you try

pip install --upgrade-strategy eager optimum[habana]

again and let me know if that works now?

12010486 commented 4 months ago

Works again, thanks! I'm closing it