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

terminate called after throwing an instance of 'ReadSocketException' what(): std::exception Aborted #140

Open
bartekmalysz94us opened this issue Dec 6, 2024 · 1 comment

Comments

@bartekmalysz94us
Copy link

bartekmalysz94us commented Dec 6, 2024

After inference processes terminate on all workers and master, is there a way to keep the process going?

terminate called after throwing an instance of 'ReadSocketException' what(): std::exception Aborted

Screenshot from 2024-12-06 04-09-26

@cjastone
Copy link

Here's my solution:

while true; do sudo nice -n -20 ./dllama worker --port 9998 --nthreads 4; done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants