Closed svenschultze closed 1 year ago
Thank you for reporting this! I believe it's a problem with the tuned_lens
not being correctly sent to the GPU. It should be resolved by just adding a tuned_lens=tuned_lens.to(device)
to the second cell. I've opened a pull request to resolve this for future users #54.
Describe the bug I am trying to run the interactive notebook on GPU, but there seems to be an error in the plot_lens function.
To Reproduce Steps to reproduce the behavior:
Exception Traceback