I'm getting install errors when I deploy a Flask app to Azure services. I've tracked the issue down to a pip install torch and likely being due to a CPU version.
I'm unable to find a way to install a CPU-only version of Pytorch that will install on both Macbook and Linux?
That works for me:
python -m pip install torch --extra-index-url https://download.pytorch.org/whl/cpu
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With