Skip to content

Commit

Permalink
use preset env git variable
Browse files Browse the repository at this point in the history
  • Loading branch information
saienduri authored Jan 22, 2025
1 parent d750d27 commit afa5aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/amd_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
include:
- name: mi300
runs-on: amdgpu-mi300-x86-64
venv-dir: ${{ github.workspace }}
venv-dir: $GITHUB_WORKSPACE
- name: mi250
runs-on: amdgpu-mi300-x86-64
runs-on: amdgpu-mi250-x86-64
venv-dir: /groups/aig_sharks/pytorch_venv
timeout-minutes: 10
steps:
Expand Down

0 comments on commit afa5aba

Please sign in to comment.