When I execute this line, I get the following error message:
AssertionError: Torch not compiled with CUDA enabled
I believe this is because my computer does not have CUDA.
Is it possible to still run this demo by disabling CUDA in the code? If so, how do I do this?
Thank you.
FastAPI-for-Machine-Learning-Live-Demo/ml.py
Line 18 in 335f375
When I execute this line, I get the following error message:
AssertionError: Torch not compiled with CUDA enabledI believe this is because my computer does not have CUDA.
Is it possible to still run this demo by disabling CUDA in the code? If so, how do I do this?
Thank you.