Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guocuimi committed Oct 14, 2024
1 parent 84877f0 commit 314b9ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/package_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,13 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.10"]
cuda: ["12.4"]
torch: ["2.4.1"]
runs-on: [self-hosted, linux, build]
env:
PYTHON_VERSION: ${{ matrix.python }}
CUDA_VERSION: ${{ matrix.cuda }}
TORCH_VERSION: ${{ matrix.torch }}

steps:
Expand Down

0 comments on commit 314b9ed

Please sign in to comment.