We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2059b8d commit 70c094aCopy full SHA for 70c094a
vllm/platforms/cuda.py
@@ -21,7 +21,9 @@
21
if pynvml.__file__.endswith("__init__.py"):
22
logger.warning(
23
"You are using a deprecated `pynvml` package. Please install"
24
- " `nvidia-ml-py` instead. See https://pypi.org/project/pynvml "
+ " `nvidia-ml-py` instead, and make sure to uninstall `pynvml`."
25
+ " When both of them are installed, `pynvml` will take precedence"
26
+ " and cause errors. See https://pypi.org/project/pynvml "
27
"for more information.")
28
29
# NVML utils
0 commit comments