Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
wgifford committed Jan 28, 2025
1 parent c4cf9c6 commit 44367ff
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions services/boilerplate/hf_service_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,6 @@ def _get_config_kwargs(
return config_kwargs




def register_config(model_type: str, model_config_name: str, module_path: str) -> None:
"""Register a configuration for a particular model architecture
Expand Down
1 change: 1 addition & 0 deletions services/finetuning/tsfmfinetuning/hf_tuning_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
ForecastingTuningHandler,
)


LOGGER = logging.getLogger(__file__)


Expand Down
2 changes: 1 addition & 1 deletion services/inference/tsfminference/hf_inference_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,4 @@ def _calculate_data_point_counts(

class TinyTimeMixerForecastingInferenceHandler(
TinyTimeMixerForecastingHandler, ForecastingHuggingFaceInferenceHandler
): ...
): ...

0 comments on commit 44367ff

Please sign in to comment.