Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelRosier committed May 1, 2024
1 parent 16b2375 commit 31cebd8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion brainles_aurora/inferer/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ def __init__(
# Will be set during infer() call
self.model = None
self.inference_mode = None
# download weights if not present

# get location of model weights
self.model_weights_folder = check_model_weights()

def load_model(
Expand Down

0 comments on commit 31cebd8

Please sign in to comment.