microsoft / onnxruntime-genai

Generative AI extensions for onnxruntime
MIT License
319 stars 71 forks source link

Raspberry Pi OS can not install onnxruntime-genai #672

Open pxz2016 opened 5 days ago

pxz2016 commented 5 days ago

pip install onnxruntime-genai --pre Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple ERROR: Could not find a version that satisfies the requirement onnxruntime-genai (from versions: none) ERROR: No matching distribution found for onnxruntime-genai

natke commented 4 days ago

We do not have packages for raspberry pi yet. Can you give us more details about your use case?

If you would like to get going before we publish packages you can build from source and install the whl manually: https://onnxruntime.ai/docs/genai/howto/build-from-source.html

natke commented 2 days ago

Hi @pxz2016, is building from source an option for you?