Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add azure windows runner for pytorch #14

Merged
merged 5 commits into from
Jun 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,16 @@ policies:
- write
pull_request: true
users_from_json: https://raw.githubusercontent.com/Quansight/open-gpu-server/main/access/conda-forge-users.json
- id: pytorch-cpu-feedstock-windows-policy
repo: pytorch-cpu-feedstock
roles:
- admin
- maintain
- write
users:
- wolfv
- baszalmstra
pull_request: true
access_control:
- resource: cirun-openstack-gpu-large
policies:
Expand Down Expand Up @@ -125,3 +135,6 @@ access_control:
- cf-autotick-bot-test-package-policy
- tensorflow-feedstock-policy
- xformers-feedstock-policy
- resource: cirun-azure-windows-2xlarge
policies:
- pytorch-cpu-feedstock-windows-policy
12 changes: 12 additions & 0 deletions .cirun.global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,15 @@ runners:
- linux
- x64
- cirun-openstack-cpu-4xlarge

- name: cirun-azure-windows-2xlarge
cloud: azure
# 8 cores, 32GB Ram, x64
instance_type: Standard_D8s_v3
machine_image: "/subscriptions/df033e15-d7e5-43a0-88b8-95b833d272f9/resourceGroups/cirun-runner-images-via-packer/providers/Microsoft.Compute/images/cirun-win22-dev"
region: uksouth
labels:
- windows
- cirun-azure-windows-2xlarge
extra_config:
licenseType: Windows_Server