Lednik7 / CLIP-ONNX

It is a simple library to speed up CLIP inference up to 3x (K80 GPU)
MIT License
193 stars 25 forks source link

ERROR: No matching distribution found for onnxruntime==1.11 #10

Closed wanliAlex closed 1 year ago

wanliAlex commented 1 year ago

Hi, Thanks for the great work!

I am having this error when I try to install the package.

ERROR: No matching distribution found for onnxruntime==1.11

Maybe we can update the requirements.txt?

Lednik7 commented 1 year ago

Hello, the example in colab works as it should. Try upgrading pip.

python -m pip install --upgrade pip