File size: 1,290 Bytes
7ef0503 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 | 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_land
sku: 32G4-V100
# process_count_per_node: 1
# sla_tier: Standard
sla_tier: premium
priority: high
identity: managed
submit_args:
env:
_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
- torchrun --nproc-per-node=4 pipeline_openpai.py --window 13 --patch 18 --model cnn --percent 1 --stage train --target ORCHIDEE_nbp --exp_id 101
|