Skip to content

Commit

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

0 comments on commit 7394748

Please sign in to comment.