We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2946aea commit 64bde44Copy full SHA for 64bde44
vertex-registry-and-deployer/steps/model_deployer.py
@@ -46,7 +46,6 @@ def model_deployer(
46
zenml_client = Client()
47
current_model = get_step_context().model
48
model_deployer = zenml_client.active_stack.model_deployer
49
- breakpoint()
50
vertex_deployment_config = VertexAIDeploymentConfig(
51
location="europe-west1",
52
name="zenml-vertex-quickstart",
0 commit comments