Skip to content

Commit

Permalink
fixed an import exception
Browse files Browse the repository at this point in the history
  • Loading branch information
hazemessamm committed Aug 23, 2022
1 parent 39beb29 commit 19230dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omegafold/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

try:
from torch.backends import mps # Compatibility with earlier versions
except IndexError:
except ImportError:
mps = None


Expand Down

0 comments on commit 19230dc

Please sign in to comment.