Deploying PyTorch ViT to Vertex AI using model artifacts

Hey,
I am looking for a way to deploy a PyTorch ViT model using the model’s artifacts to Vertex AI on GCP.
I have huggingface “save to desktop” model artifacts and looking for the equivalent of what already exists for sagemaker on GCP’s Vertex AI

Thanks