Skip to content

Commit

Permalink
Add missing step init
Browse files Browse the repository at this point in the history
  • Loading branch information
dudeperf3ct committed Jan 30, 2024
1 parent 0f7840d commit 0c1a1de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/zenml/integrations/huggingface/steps/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"""Initialization for Huggingface model deployer step."""

from zenml.integrations.huggingface.steps.huggingface_deployer import (
huggingface_model_deployer_step,
)

0 comments on commit 0c1a1de

Please sign in to comment.