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

Memory management issue? #248

Open
paris0120 opened this issue Nov 26, 2024 · 1 comment
Open

Memory management issue? #248

paris0120 opened this issue Nov 26, 2024 · 1 comment

Comments

@paris0120
Copy link

The used vram is not removed after inference unless close the program entirely. Also is there any way to remove the model from the vram also?

@iaminebriki
Copy link

iaminebriki commented Nov 28, 2024

try:

gc.collect()
torch.cuda.empty_cache()

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