Skip to content

Commit

Permalink
Fix remote assets extra dir
Browse files Browse the repository at this point in the history
  • Loading branch information
gmertes committed Apr 9, 2024
1 parent 0c7a3c0 commit 712e20a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ai_models/remote/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ class RemoteModel(Model):
def __init__(self, **kwargs):
self.cfg = kwargs
self.cfg["download_assets"] = False
self.cfg["assets_extra_dir"] = None

self.model = self.cfg["model"]
self.model_version = self.cfg.get("model_version", "latest")
Expand Down

0 comments on commit 712e20a

Please sign in to comment.