We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 891adca commit a1dd3ceCopy full SHA for a1dd3ce
.github/workflows/win-cpu-arm64-build.yml
@@ -17,23 +17,24 @@ env:
17
18
jobs:
19
windows-cpu-arm64-build:
20
- runs-on: ["self-hosted", "1ES.Pool=onnxruntime-genai-win11-arm64-cpu"]
+ runs-on: ["self-hosted", "1ES.Pool=onnxruntime-genai-win11-arm64-cpu2"]
21
steps:
22
- name: Checkout OnnxRuntime GenAI repo
23
uses: actions/checkout@v4
24
with:
25
submodules: true
26
27
- - name: Setup Visual Studio 2022
28
- uses: microsoft/[email protected]
29
- with:
30
- vs-version: '17.4'
31
- msbuild-architecture: arm64
32
-
33
- uses: nuget/setup-nuget@v2
34
35
nuget-version: '5.x'
36
+ - name: Set up Python 3.12 for ARM64
+ uses: actions/setup-python@v5
+ with:
+ python-version: '3.12'
+ architecture: 'arm64'
+ cache: 'pip'
37
+
38
- name: Setup Java 21
39
uses: actions/setup-java@v4
40
0 commit comments