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

feature(whl): add gpt utils #625

Merged
merged 10 commits into from
Apr 6, 2023
Merged

feature(whl): add gpt utils #625

merged 10 commits into from
Apr 6, 2023

Conversation

kxzxvbk
Copy link
Contributor

@kxzxvbk kxzxvbk commented Mar 29, 2023

Description

Related Issue

TODO

Check List

  • merge the latest version source branch/repo, and resolve all the conflicts
  • pass style check
  • pass all the tests

@PaParaZz1 PaParaZz1 added enhancement New feature or request docker Add or update dockerfile labels Mar 29, 2023
@codecov
Copy link

codecov bot commented Apr 3, 2023

Codecov Report

Merging #625 (a9149c8) into main (cd10e58) will decrease coverage by 0.09%.
The diff coverage is 86.79%.

@@            Coverage Diff             @@
##             main     #625      +/-   ##
==========================================
- Coverage   82.64%   82.56%   -0.09%     
==========================================
  Files         570      576       +6     
  Lines       47054    47055       +1     
==========================================
- Hits        38890    38850      -40     
- Misses       8164     8205      +41     
Flag Coverage Δ
unittests 82.56% <86.79%> (-0.09%) ⬇️

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

Impacted Files Coverage Δ
ding/torch_utils/tests/test_backend_helper.py 46.15% <46.15%> (ø)
ding/torch_utils/backend_helper.py 50.00% <50.00%> (ø)
ding/torch_utils/lr_scheduler.py 73.33% <73.33%> (ø)
ding/torch_utils/network/activation.py 97.43% <87.50%> (-2.57%) ⬇️
ding/torch_utils/model_helper.py 100.00% <100.00%> (ø)
ding/torch_utils/optimizer_helper.py 82.05% <100.00%> (+0.86%) ⬆️
ding/torch_utils/tests/test_lr_scheduler.py 100.00% <100.00%> (ø)
ding/torch_utils/tests/test_model_helper.py 100.00% <100.00%> (ø)
ding/torch_utils/tests/test_optimizer.py 91.37% <100.00%> (+1.28%) ⬆️
ding/utils/data/collate_fn.py 87.12% <100.00%> (ø)

... and 80 files with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

ding/torch_utils/tests/test_backend_helper.py Outdated Show resolved Hide resolved
ding/torch_utils/tests/test_model_helper.py Show resolved Hide resolved
ding/torch_utils/network/activation.py Show resolved Hide resolved
ding/torch_utils/lr_scheduler.py Outdated Show resolved Hide resolved
ding/torch_utils/optimizer_helper.py Show resolved Hide resolved
@PaParaZz1 PaParaZz1 changed the title feature(whl): add gpt utils and pytorch 2.0 docker feature(whl): add gpt utils Apr 6, 2023
@PaParaZz1 PaParaZz1 merged commit 44226be into opendilab:main Apr 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docker Add or update dockerfile enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants