Skip to content

Commit

Permalink
fixes PlantSeg crash on apple silicon #273
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzocerrone committed Jun 7, 2024
1 parent aece266 commit 378d583
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plantseg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""Initialise model registry at startup"""

import torch # required to patch #273
from os import getenv
from pathlib import Path
import yaml
Expand Down

0 comments on commit 378d583

Please sign in to comment.