Reproducible results in Gpytorch

I was wondering whether it is possible to get reproducible results in Gpytorch. I have set all the seeds (numpy, random and torch) but the results are still fluctuating across the runs.

Thanks a lot in advance.