croco
croco copied to clipboard
Curorope compilation error
Tensor.type() is decrecated and new cuda compilers give an error when using it.
Changing tokens.type() to tokens.scalar_type() may solve it.
thanks, solved the issue for me