huggingface / optimum-nvidia

Apache License 2.0
844 stars 83 forks source link

Pip installation instruction is broken #105

Closed zaycev closed 3 months ago

zaycev commented 4 months ago
python -m pip install --pre --extra-index-url https://pypi.nvidia.com optimum-nvidia

Returns error:

Looking in indexes: https://pypi.org/simple, https://pypi.nvidia.com
ERROR: Could not find a version that satisfies the requirement optimum-nvidia (from versions: none)
ERROR: No matching distribution found for optimum-nvidia
mfuntowicz commented 3 months ago

We are on it

jagadeesh-k-ti commented 3 months ago

any update on this?

zaycev commented 3 months ago

any update on this?

@jagadeesh-k-ti, this worked for me today:

 python -m pip install --pre --extra-index-url https://pypi.nvidia.com optimum-nvidia
mfuntowicz commented 3 months ago

Package is now released on PyPi, using the command @zaycev should do the trick 🤗

I'm closing this issue for now, please feel free to create a new one if needed!