About 2,230,000 results
Open links in new tab
  1. llama-cpp-python not using NVIDIA GPU CUDA - Stack Overflow

    Aug 23, 2023 · The llama-cpp-python needs to known where is the libllama.so shared library. So exporting it before running my python interpreter, jupyter notebook etc. did the trick. For using …

  2. Which TensorFlow and CUDA version combinations are compatible?

    Jul 31, 2018 · I have noticed that some newer TensorFlow versions are incompatible with older CUDA and cuDNN versions. Does an overview of the compatible versions or even a list of …

  3. cuda - How do I select which GPU to run a job on? - Stack Overflow

    Sep 23, 2016 · In a multi-GPU computer, how do I designate which GPU a CUDA job should run on? As an example, when installing CUDA, I opted to install the NVIDIA_CUDA …

  4. How to get the CUDA version? - Stack Overflow

    Mar 16, 2012 · As Jared mentions in a comment, from the command line: nvcc --version (or /usr/local/cuda/bin/nvcc --version) gives the CUDA compiler version (which matches the toolkit …

  5. python - How to install PyTorch with CUDA support on Windows …

    Sep 8, 2023 · I'm trying to install PyTorch with CUDA support on my Windows 11 machine, which has CUDA 12 installed and python 3.10. When I run nvcc --version, I get the following output: …

  6. python - How do I check if PyTorch is using the GPU? - Stack …

    Jan 8, 2018 · How do I check if PyTorch is using the GPU? The nvidia-smi command can detect GPU activity, but I want to check it directly from inside a Python script.

  7. python - install pytorch for cuda 12.6 - Stack Overflow

    Jan 13, 2025 · how to install pytorch for cuda 12.6? it is available till 12.4. but when I install 12.4, it installed. but it is showing kernel restarting issue in jupyter notebook. please help.

  8. python - Tensorflow set CUDA_VISIBLE_DEVICES within jupyter

    Jun 18, 2016 · Using CUDA_VISIBLE_DEVICES, I can hide devices for python files, however I am unsure of how to do so within a notebook. Is there anyway to hide different GPUs in to …

  9. python - "AssertionError: Torch not compiled with CUDA enabled" …

    Sep 6, 2019 · 19 How did you install PyTorch? It sounds like you installed PyTorch without CUDA support. The PyTorch site has instructions for how to install PyTorch with CUDA support. In …

  10. What is the command to install pytorch with cuda 12.8?

    Mar 27, 2025 · 1 as of now, pytorch which supports cuda 12.8 is not released yet. but unofficial support released nightly version of it. here are the commands to install it. so with this pytorch …