Spaces:
Sleeping
Sleeping
File size: 62 Bytes
7d5189a |
1 2 3 4 5 6 |
import torch
import gc
torch.cuda.empty_cache()
gc.collect()
|