Skip to content

Commit

Permalink
install torch
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Jan 11, 2024
1 parent d9f5927 commit 927ae2c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/rllm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:

env:
CARGO_TERM_COLOR: always
TORCH_CUDA_ARCH_LIST: 8.0
CUDA_COMPUTE_CAP: 80
LIBTORCH_USE_PYTORCH: 1
LIBTORCH_BYPASS_VERSION_CHECK: 1

jobs:
build:
Expand All @@ -16,6 +20,9 @@ jobs:

steps:
- uses: actions/checkout@v3

- run: pip install torch==2.1.0

- uses: Jimver/[email protected]
id: cuda-toolkit
with:
Expand Down

0 comments on commit 927ae2c

Please sign in to comment.