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

Eval bug: qwen2-vl-2B on jetson agx orin ; try to allocate 655521.35 MB memory #10956

Open
chaoszzz123 opened this issue Dec 23, 2024 · 0 comments

Comments

@chaoszzz123
Copy link

Name and Version

llama.cpp-master

Operating systems

Linux

GGML backends

CUDA

Hardware

jetson agx orin 64 GB

Models

qwen2-vl-2B

Problem description & steps to reproduce

ggml_aligned_malloc: insufficient memory (attempted to allocate 655521.35 MB)
ggml_backend_cpu_buffer_type_alloc_buffer: failed to allocate buffer of size 687363958272
ggml_gallocr_reserve_n: failed to allocate CPU buffer of size 687363958272
/home/lab123/llama.cpp-master/ggml/src/ggml-backend.cpp:262: GGML_ASSERT(buf != NULL && "tensor buffer not set") failed
Could not attach to process. If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user. For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Operation not permitted.
No stack.
The program is not being run.
Aborted (core dumped)

First Bad Commit

No response

Relevant log output

ggml_aligned_malloc: insufficient memory (attempted to allocate 655521.35 MB)
ggml_backend_cpu_buffer_type_alloc_buffer: failed to allocate buffer of size 687363958272
ggml_gallocr_reserve_n: failed to allocate CPU buffer of size 687363958272
/home/lab123/llama.cpp-master/ggml/src/ggml-backend.cpp:262: GGML_ASSERT(buf != NULL && "tensor buffer not set") failed
Could not attach to process.  If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Operation not permitted.
No stack.
The program is not being run.
Aborted (core dumped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant