You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are error messages like ImportError: /usr/local/lib/python3.10/site-packages/matplotlib/_c_internal_utils.cpython-310-x86_64-linux-gnu.so: failed to map segment from shared object. I noticed the solution in the readme, and assign a 128G memory for the container.
When I run docker stat eval, the memory limit seems set correctly.
CONTAINER ID NAME CPU % MEM USAGE / LIMIT MEM % NET I/O BLOCK I/O PIDS
bcb3f4c10b3c eval 0.00% 124MiB / 128GiB 0.09% 3.67MB / 69.5kB 0B / 16MB 17
Could you please help me analyze the problem?
The text was updated successfully, but these errors were encountered:
Hi Bigcodebench team,
Thank you for your excellent work! But I have some issue when I tried to evaluate the pre-generated samples.
When I run the evaluation by docker using this script:
There are error messages like
ImportError: /usr/local/lib/python3.10/site-packages/matplotlib/_c_internal_utils.cpython-310-x86_64-linux-gnu.so: failed to map segment from shared object
. I noticed the solution in the readme, and assign a 128G memory for the container.When I run
docker stat eval
, the memory limit seems set correctly.Could you please help me analyze the problem?
The text was updated successfully, but these errors were encountered: