Commit 4b943d2b authored by Yurii Mazurevich's avatar Yurii Mazurevich
Browse files

Removed unnecessary comment

parent 89fd5ed5
...@@ -131,8 +131,6 @@ def load_model_gpu(model): ...@@ -131,8 +131,6 @@ def load_model_gpu(model):
if vram_state == CPU: if vram_state == CPU:
pass pass
elif vram_state == MPS: elif vram_state == MPS:
# print(inspect.getmro(real_model.__class__))
# print(dir(real_model))
mps_device = torch.device("mps") mps_device = torch.device("mps")
real_model.to(mps_device) real_model.to(mps_device)
pass pass
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment