Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move image tensor to device in trocr example #2063

Merged
merged 1 commit into from
Apr 15, 2024

Conversation

boustrophedon
Copy link
Contributor

@boustrophedon boustrophedon commented Apr 14, 2024

Was getting Error: device mismatch in conv2d, lhs: Cpu, rhs: Cuda { gpu_id: 0 } when running with --features cuda but it seems it was just missing the to_device call like in #1856

Signed-off-by: Harry Stern <harry@harrystern.net>
@LaurentMazare LaurentMazare merged commit c119600 into huggingface:main Apr 15, 2024
@LaurentMazare
Copy link
Collaborator

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants