"WARNING:root:This caffe2 python run does not have GPU support. Will run in CPU only mode" while running a pytorch code

I am running a pytorch code in CPU mode, why am I getting a caffe2 warning!?

I think it is because of the new tensorboard integration. So I have this line in my code:
from torch.utils.tensorboard import SummaryWriter