Skip to content

Commit

Permalink
use RUNNER to set ip
Browse files Browse the repository at this point in the history
  • Loading branch information
CSY-ModelCloud committed Dec 4, 2024
1 parent 28411cb commit 0100a13
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:
repository_dispatch:
workflow_dispatch:

env:
CUDA_DEVICE_ORDER: PCI_BUS_ID
RUNNER: 10.0.14.248

jobs:
build:
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -69,7 +73,7 @@ jobs:
gpu:
runs-on: self-hosted
container:
image: 10.0.14.248:5000/modelcloud/gptqmodel:compiler_cuda124-torch2.5.1-python311
image: ${RUNNER}:5000/modelcloud/gptqmodel:compiler_cuda124-torch2.5.1-python311
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit 0100a13

Please sign in to comment.