提交 3f431994 作者: imClumsyPanda

update utils

上级 e567b862
import torch.cuda import torch
import torch.backends
def torch_gc(DEVICE): def torch_gc(DEVICE):
if torch.cuda.is_available(): if torch.cuda.is_available():
...@@ -8,7 +7,6 @@ def torch_gc(DEVICE): ...@@ -8,7 +7,6 @@ def torch_gc(DEVICE):
torch.cuda.ipc_collect() torch.cuda.ipc_collect()
elif torch.backends.mps.is_available(): elif torch.backends.mps.is_available():
try: try:
import torch.mps
torch.mps.empty_cache() torch.mps.empty_cache()
except Exception as e: except Exception as e:
print(e) print(e)
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论