Skip to content

Commit

Permalink
[Misc] Specify minimum pynvml version (vllm-project#9827)
Browse files Browse the repository at this point in the history
Signed-off-by: Jee Jee Li <pandaleefree@gmail.com>
  • Loading branch information
jeejeelee authored Oct 30, 2024
1 parent ff5ed6e commit 6aa6020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements-cuda.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Dependencies for NVIDIA GPUs
ray >= 2.9
nvidia-ml-py # for pynvml package
nvidia-ml-py >= 12.560.30 # for pynvml package
torch == 2.5.0
# These must be updated alongside torch
torchvision == 0.20 # Required for phi3v processor. See https://github.com/pytorch/vision?tab=readme-ov-file#installation for corresponding version
Expand Down

0 comments on commit 6aa6020

Please sign in to comment.