lyhue1991/torchkeras

RuntimeError: Expected is_sm80 to be true, but got false.

OldSixOne opened this issue · 2 comments

self.accelerator.backward(loss)
RuntimeError: Expected is_sm80 to be true, but got false.
accelerate=0.21 accelerate=0.20 都不行

可能是peft或者什么库的版本问题,自己排查一下。

self.accelerator.backward(loss) RuntimeError: Expected is_sm80 to be true, but got false. accelerate=0.21 accelerate=0.20 都不行

我也遇到了同样的问题,请问您解决了?