| description: angcb | |
| # amlt cred storage set angcb4wjp --subscription e033d461-1923-44a7-872b-78f1d35a86dd --resource-group Shun --allow-local-storage False | |
| target: | |
| service: sing | |
| name: msrresrchlab | |
| workspace_name: epeastus | |
| environment: | |
| registry: singularitybase.azurecr.io | |
| image: base/job/pytorch/acpt-2.2.1-py3.10-cuda12.1:20240312T225111416 | |
| storage: | |
| data: | |
| # storage_account_name: epeastus | |
| # container_name: cov19 | |
| # mount_dir: /home/xiaofangui/Blob_EastUS | |
| storage_account_name: angcb4wjp | |
| container_name: angcb | |
| mount_dir: /data/angcb | |
| code: | |
| # local directory of the code. this will be uploaded to the server. | |
| local_dir: $CONFIG_DIR/../.. | |
| jobs: | |
| - name: ANGCB_ocean | |
| sku: 32G4-V100 | |
| # process_count_per_node: 1 | |
| # sla_tier: Standard | |
| sla_tier: premium | |
| priority: high | |
| identity: managed | |
| submit_args: | |
| env: | |
| SHARED_MEMORY_PERCENT: 1.0 | |
| _AZUREML_SINGULARITY_JOB_UAI: "/subscriptions/e033d461-1923-44a7-872b-78f1d35a86dd/resourcegroups/Shun/providers/Microsoft.ManagedIdentity/userAssignedIdentities/epeastus_mi" | |
| command: | |
| - bash install_dep_pkgs.sh | |
| - pip list | |
| - free -h |