Closed krosenfeld-IDM closed 1 year ago
Thanks for reporting @krosenfeld-IDM ! It turned out pymc has (again...) changed its backend to a fork. Was enough to switch the UM-Bridge op from aesara to pytensor. Should work now if you install the umbridge Python package directly from current master via pip install .
in the umbridge sources. Will push to pypi soon as well.
Let me know if there are any issues left! :)
Hello,
I was attempting to run the example pymc client and am getting an error related to the TensorType in UmbridgeOp. First I run the benchmark:
and then the client:
I believe this is related to the version of pymc I have. I had installed umbridge following the directions on the docs:
This did not install pymc itself so I then installed pymc:
which results in pymc 5.2.0.
If I revert to an old version of pymc:
The example runs:
I am using python 3.8.16 on RHEL 8.6