deepspeedai / deepspeedai/DeepSpeed
[ERROR] [launch.py:321:sigkill_handler] exits with return code = -11
@duli2012 is already working on this.
Since Jun 26, 2024.
- Dominant language
- Python
- Stars
- 43.1k
- Forks
- 5k
- Avg merge
- 4d 15h
- Merged PRs (30d)
- 112
Description
I am trying to finetune a LLM by running a finetune script (https://github.com/PKU-YuanGroup/Video-LLaVA/blob/main/scripts/v1_5/finetune.sh). I am using zero2_offload.json. After running the script the script automatically terminates by giving return code = -11
This is the finetune_script I am using
This is the error I am getting
ds_report output
**System info **
- OS: [Ubuntu 22.04.4 LTS]
- GPU count and types [x4 Tesla T4]
- Python version 3.10.14
Additional context
I am using a AWS Cloud , I have also checked issue #4002 , but the error still persists .
I am getting this output when I use df -h
Please help me resolve this error.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.