Rabeya Akter
Rabeya Akter

Reputation: 61

Is Cuda Toolkit release 11.7 compatible with pytorch version 11.6?

I have installed recent version of cuda toolkit that is 11.7 but now while downloading I see pytorch 11.6 is there, are they two compatible?

Upvotes: 2

Views: 31050

Answers (1)

Michael Lukin
Michael Lukin

Reputation: 899

There is a table with CUDA compatibility: https://pytorch.org/get-started/locally/

At this moment the latest supported CUDA version is 11.6.

Upvotes: 5

Related Questions