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(optim/meta): torch tensor memory not release due to gradient link #219

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

fix torch tensor memory not release due to gradient link

d0132cb
Select commit
Loading
Failed to load commit list.
Open

fix(optim/meta): torch tensor memory not release due to gradient link #219

fix torch tensor memory not release due to gradient link
d0132cb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 21, 2024 in 1s

93.69% (+0.00%) compared to b3f570c

View this Pull Request on Codecov

93.69% (+0.00%) compared to b3f570c

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.69%. Comparing base (b3f570c) to head (d0132cb).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #219   +/-   ##
=======================================
  Coverage   93.69%   93.69%           
=======================================
  Files          83       83           
  Lines        2963     2964    +1     
=======================================
+ Hits         2776     2777    +1     
  Misses        187      187           

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