Skip to content

修复终止任务bug #7

@wangyuwei92

Description

@wangyuwei92

Reminder

  • I have read the README and searched the existing issues.

System Info

sft_server/sft_manage.py
def cancel_job
os.kill(int(pid), signal.SIGKILL)修改为
os.killpg(os.getpgid(int(pid)), signal.SIGKILL)
目的是kill bisheng_ft 和 llmtuner两个进程

Reproduction

sft_server/sft_manage.py
def cancel_job
os.kill(int(pid), signal.SIGKILL)修改为
os.killpg(os.getpgid(int(pid)), signal.SIGKILL)
目的是kill bisheng_ft 和 llmtuner两个进程

Expected behavior

No response

Others

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions