Skip to content

Commit

Permalink
small fix: mmf_sa/models/chronosforecast/ChronosPipeline.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuta-yoshimatsu committed Jan 15, 2025
1 parent dae973c commit f8b0790
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mmf_sa/models/chronosforecast/ChronosPipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ def register(self, registered_model_name: str):
pipeline = ChronosModel(
self.repo,
self.params["prediction_length"],
self.device,
)
input_schema = Schema([TensorSpec(np.dtype(np.double), (-1, -1))])
output_schema = Schema([TensorSpec(np.dtype(np.uint8), (-1, -1, -1))])
Expand Down

0 comments on commit f8b0790

Please sign in to comment.