Why does it take about 200 times longer to run the case code on a personal computer than the time shown on the web case?

Are you getting any warning when you import PyMC?

What does the following show?

import pymc
print(pymc.__version__)
import pytensor
print(pytensor.__version__)
print(pytensor.config.config.blas__ldflags)
1 Like