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

fix: Eliminate Unnecessary Process Group Creation in Worker Initialization #244

Merged
merged 7 commits into from
Feb 20, 2024

Conversation

ishaansehgal99
Copy link
Collaborator

@ishaansehgal99 ishaansehgal99 commented Feb 15, 2024

Fix for using new python base image for llama models

Creating and destroying process groups for each worker proves unnecessary - instead exit conditions and sigterm signal for shutting down each worker proved reliable after testing.

@ishaansehgal99 ishaansehgal99 changed the title fix: llama dockerfile and inference fix: llama dockerfile and permission error Feb 15, 2024
Copy link

codecov bot commented Feb 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b41e027) 65.27% compared to head (16b9a1d) 65.27%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #244   +/-   ##
=======================================
  Coverage   65.27%   65.27%           
=======================================
  Files          14       14           
  Lines        1123     1123           
=======================================
  Hits          733      733           
  Misses        352      352           
  Partials       38       38           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ishaansehgal99 ishaansehgal99 changed the title fix: llama dockerfile and permission error fix: llama dockerfile Feb 16, 2024
@ishaansehgal99 ishaansehgal99 changed the title fix: llama dockerfile fix: llama pgrp Feb 16, 2024
@ishaansehgal99 ishaansehgal99 changed the title fix: llama pgrp fix: Eliminate Unnecessary Process Group Creation in Worker Initialization Feb 19, 2024
@ishaansehgal99 ishaansehgal99 deleted the Ishaan/llama-dockerfile branch February 20, 2024 05:38
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

Successfully merging this pull request may close these issues.

2 participants