JulioContrerasH commited on
Commit
9ef8333
·
verified ·
1 Parent(s): 5b258fe

Upload: load.py

Browse files
Files changed (1) hide show
  1. single/load.py +0 -2
single/load.py CHANGED
@@ -88,8 +88,6 @@ def compiled_model(
88
 
89
  if not model_paths:
90
  raise ValueError("No .pt2 files found in STAC item assets.")
91
-
92
- print(f"Loading {len(model_paths)} .pt2 models")
93
  model_paths.sort()
94
  models = [torch.export.load(p).module() for p in model_paths]
95
 
 
88
 
89
  if not model_paths:
90
  raise ValueError("No .pt2 files found in STAC item assets.")
 
 
91
  model_paths.sort()
92
  models = [torch.export.load(p).module() for p in model_paths]
93