AMDResearch / Riallto

The Riallto Open Source Project from AMD
https://riallto.ai
Other
69 stars 10 forks source link

Initial Python3.10 update PR #56

Open skalade opened 3 months ago

skalade commented 3 months ago

Describe the problem solved by the commit

RyzenAI-SW ships with Python3.10 wheels, hence upgrading Riallto to 3.10.

How is the problem solved?

Updated scripts and pyxrt.pyd bindings to Python 3.10.

Is there a documentation impact?

Yes, we'll need to install onnxruntime&voe using a separate scripts from now on, meaning we can't use 5_* notebooks out of the box.

Checklist