https://github.com/aws-samples/amazon-bedrock-agents-healthcare-lifesciences/blob/main/agents_catalog/08-Protein-Design-Agent/agent_creation_protein_design_aho_workflow.ipynb ``` git clone https://huggingface.co/facebook/esm2_t33_650M_UR50D tmp --depth=1 rm -rf tmp/.git aws s3 cp --recursive tmp/ s3://$1/models/esm2_t6_8M_UR50D/ ``` @languo-aws