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

DeepSpeed on single GPU #8

Merged
merged 2 commits into from
Dec 1, 2023
Merged

DeepSpeed on single GPU #8

merged 2 commits into from
Dec 1, 2023

Conversation

BobaZooba
Copy link
Owner

@BobaZooba BobaZooba commented Dec 1, 2023

Description

  • Add ability to run DeepSpeed on a single GPU
  • DeepSpeed stage in Config now string

Type of Change

  • 📚 Examples / docs / tutorials / dependencies update
  • 🔧 Bug fix (non-breaking change which fixes an issue)
  • 🥂 Improvement (non-breaking change which improves an existing feature)
  • 🚀 New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 🔐 Security fix

Checklist

  • I've updated the code style using make codestyle.
  • I've written tests for all new methods and classes that I created.

@BobaZooba BobaZooba self-assigned this Dec 1, 2023
@BobaZooba BobaZooba added the enhancement New feature or request label Dec 1, 2023
Copy link

codecov bot commented Dec 1, 2023

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (97309e6) 79.6% compared to head (0108586) 80.0%.

Files Patch % Lines
src/xllm/core/config.py 61.1% 7 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main      #8     +/-   ##
=======================================
+ Coverage   79.6%   80.0%   +0.4%     
=======================================
  Files         38      38             
  Lines       1329    1345     +16     
=======================================
+ Hits        1058    1076     +18     
+ Misses       271     269      -2     
Flag Coverage Δ
unit 80.0% <69.6%> (+0.4%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@BobaZooba BobaZooba linked an issue Dec 1, 2023 that may be closed by this pull request
@BobaZooba BobaZooba merged commit 93f8a85 into main Dec 1, 2023
3 of 4 checks passed
@BobaZooba BobaZooba deleted the feature/deepspeed-single-gpu branch December 1, 2023 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DeepSpeed on a sigle GPU
1 participant