File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -103,11 +103,11 @@ namespace mamba
103103 return cuda_version;
104104 }
105105 }
106- LOG_WARNING << " Could not extract CUDA version from: " << cuda_version;
106+ LOG_DEBUG << " Could not extract CUDA version from: " << cuda_version;
107107 }
108108 else
109109 {
110- LOG_WARNING << " CUDA version not found in the JSON file (`.cuda.version` is missing)" ;
110+ LOG_DEBUG << " CUDA version not found in the JSON file (`.cuda.version` is missing)" ;
111111 }
112112 }
113113 else
@@ -190,13 +190,7 @@ namespace mamba
190190 }
191191 }
192192
193- LOG_WARNING << " Could not find CUDA version by, in this order:\n " ;
194- LOG_WARNING << " - inspecting the `CONDA_OVERRIDE_CUDA` environment variable\n " ;
195- LOG_WARNING << " - parsing the : " << cuda_version_file << " \n " ;
196- LOG_WARNING << " - parsing the output of `nvidia-smi --query -u -x`\n " ;
197- LOG_WARNING << " \n " ;
198- LOG_WARNING << " We recommend setting the `CONDA_OVERRIDE_CUDA` environment variable\n " ;
199- LOG_WARNING << " to the desired CUDA version." ;
193+ LOG_DEBUG << " CUDA not found" ;
200194 return " " ;
201195 }
202196
You can’t perform that action at this time.
0 commit comments