As titled, many test cases in gpytorch.priors failed in my local run, particularly those involving GPUs. It seems that the github workflows run CPU tests only, and thus those GPU test failures are not ...
My GPyTorch is version 1.4.2, PyTorch is version 1.8.0, and Computer OS of Ubuntu 20.04. I defined an approximate GP model as: class GPModel(gpytorch.models.ApproximateGP): def __init__(self, inducing ...