Exceeded max size of memory #3752
Unanswered
Starcrackeriii
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I run sdnext in docker container and it works well when generating small size images, but with size 1024x1024 there is the problem:
RuntimeError: Exception from src/inference/src/cpp/core.cpp:104:
Exception from src/inference/src/dev/plugin.cpp:53:
Check '!exceed_allocatable_mem_size' failed at src/plugins/intel_gpu/src/runtime/ocl/ocl_engine.cpp:142:
[GPU] Exceeded max size of memory object allocation: requested 8589934592 bytes, but max alloc size supported by device is 4294959104 bytes.Please try to reduce batch size or use lower precision.
I use intel uhd 770 as gpu with 32g ram , but the exception says my device has only 4g ram,but i allocate 8g for this container ,docker commands are as follows:
Dockerfile:
Really hope anyone could help me
Beta Was this translation helpful? Give feedback.
All reactions