-
I am using python 3.10.18. I installed pytorch with cuda 12.8, then installed Botorch.
I fixed it by moving some tensors(local variable in function) to cuda device. But then... in this new environment no error occurs and the code runs perfectly. I was comparing both environment's I thought maybe this is a bug, and wanted to ask if this is my personal problem or it really is a bug. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @gkstmdwn thanks for flagging - yes, there is an issue here. For one, we should put the problem on the correct device:
I also found another issue where the random points were not generated on the GPU:
I'll put up a PR with a fix. |
Beta Was this translation helpful? Give feedback.
Hi @gkstmdwn thanks for flagging - yes, there is an issue here. For one, we should put the problem on the correct device:
I also found another issue where the random points were not generated on the GPU: