Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Jan 25, 2025
1 parent 7394748 commit efddfe8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions recipes/vllm/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ requirements:
- ${{ compiler('c') }}
- ${{ compiler('cxx') }}
- ${{ compiler('cuda') }}
- cuda-version {{ cuda_compiler_version }}
- cuda-version ${{ cuda_compiler_version }}
- nccl
- cuda-driver-dev # [linux]
- cuda-driver-dev
- cuda-cudart-dev
- cuda-cupti-dev # [linux]
- cuda-cupti-dev
- cuda-nvrtc-dev
- cuda-nvtx-dev
- cuda-nvml-dev
- cuda-profiler-api
- cusparselt # [linux]
- cusparselt
- libcublas-dev
- libcudss-dev # [linux]
- libcufile-dev # [linux]
- libcudss-dev
- libcufile-dev
- libcufft-dev
- libcurand-dev
- libcusolver-dev
Expand Down

0 comments on commit efddfe8

Please sign in to comment.