Skip to content

stab at cuda build

stab at cuda build #1

Workflow file for this run

name: rLLM
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: Jimver/[email protected]
id: cuda-toolkit
with:
cuda: '12.3.2'
- run: echo "Installed cuda version is: ${{steps.cuda-toolkit.outputs.cuda}}"

Check failure on line 24 in .github/workflows/rllm.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/rllm.yml

Invalid workflow file

You have an error in your yaml syntax on line 24
- run: echo "Cuda install location: ${{steps.cuda-toolkit.outputs.CUDA_PATH}}"
- run: nvcc -V
- name: Build rLLM
run: cargo build --verbose --release
working-directory: rllm