GoogleCloudPlatform / vertex-ai-alphafold-inference-pipeline

This repository compiles prescriptive guidance and code samples demonstrating how to operationalize AlphaFold batch inference using Vertex AI Pipelines.
Apache License 2.0
65 stars 28 forks source link

Predict step for 1S78 failed with default setting of L4 + g2-standard-8 #29

Closed JasperW01 closed 1 year ago

JasperW01 commented 1 year ago

With the default setting, i.e. L4 + g2-standard-8 failed with the following error.

image

The solution is found, i.e. change the default machine type setting with L4 as g2-standard-12. PR will raised shortly.

JasperW01 commented 1 year ago

PR merged - https://github.com/GoogleCloudPlatform/vertex-ai-alphafold-inference-pipeline/pull/32