Skip to content

Conversation

brownsloth
Copy link

@brownsloth brownsloth commented Jul 1, 2025

Fixes #1414

@codingbotPark
Copy link

codingbotPark commented Aug 9, 2025

I just rebuilt this modification and tested it on AWS Lambda with Python 3.13, and checked that it works without any errors.

Before

image

It had pin_memory warning even I setted EasyOCR with CPU only. It seems be occurred in pytorch.util.data.dataLoader option. But As I know, 'pin_memory' option works for sending GPU(cuda) synchronously. So when using CPU only envireonment, It makes warning.

After

there no warning with 'pin_memory'

Tested on:

  • OS : Amazon Linux 2023(AArch64)
  • Python: 3.13
  • Pytorch: 2.9
  • Device: ARM64 CPU(no CUDA)
    You can download .whl here : test release

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.

UserWarning: 'pin_memory' argument is set as true but no accelerator is found, then device pinned memory won't be used.
2 participants