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 1 commit
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
10 changes: 10 additions & 0 deletions .access.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,13 @@ 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
pull_request: true
access_control:
- resource: cirun-openstack-gpu-large
policies:
Expand Down Expand Up @@ -125,3 +132,6 @@ access_control:
- cf-autotick-bot-test-package-policy
- tensorflow-feedstock-policy
- xformers-feedstock-policy
- resource: cirun-azure-windows-medium
policies:
- pytorch-cpu-feedstock-windows-policy
10 changes: 10 additions & 0 deletions .cirun.global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,13 @@ runners:
- linux
- x64
- cirun-openstack-cpu-4xlarge

- name: cirun-azure-windows-medium
cloud: azure
# 2 cores, 8GB Ram, x64
instance_type: Standard_D2s_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-medium