Skip to content

Commit

Permalink
Update linux-gpu-x64-build.yml: change machine pool to A10 (#916)
Browse files Browse the repository at this point in the history
Change the machine pool to onnxruntime-genai-Ubuntu2204-A10 because we
have less T4 machines available.
  • Loading branch information
snnn authored Sep 24, 2024
1 parent c69b3b6 commit 6b5194e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux-gpu-x64-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
linux-cuda-x64-build:
env :
PYTHON_EXECUTABLE: "/opt/python/cp38-cp38/bin/python3.8"
runs-on: [ "self-hosted", "1ES.Pool=onnxruntime-genai-Ubuntu2004-T4" ]
runs-on: [ "self-hosted", "1ES.Pool=onnxruntime-genai-Ubuntu2204-A10" ]
steps:
- name: Checkout OnnxRuntime GenAI repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 6b5194e

Please sign in to comment.