croco icon indicating copy to clipboard operation
croco copied to clipboard

Curorope compilation error

Open imerino95 opened this issue 9 months ago • 1 comments

Tensor.type() is decrecated and new cuda compilers give an error when using it.

Changing tokens.type() to tokens.scalar_type() may solve it.

imerino95 avatar Mar 24 '25 15:03 imerino95

thanks, solved the issue for me

jj15warrior avatar Apr 22 '25 14:04 jj15warrior