About 50 results
Open links in new tab
  1. python - How to install PyTorch with CUDA support on Windows 11 …

    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: nvcc: …

  2. pip - Python 3.13 cuda Pytorch 2.8 support - Stack Overflow

    Oct 5, 2025 · print(torch.cuda.get_device_name(0)) I'm using the code above to check for the GPU, and I get this error: AssertionError: Torch not compiled with CUDA enabled When I asked some of the …

  3. python - Cuda and OpenAI Whisper : enforcing GPU instead of CPU …

    Mar 18, 2023 · import whisper import soundfile as sf import torch # specify the path to the input audio file input_file = "H:\\path\\3minfile.WAV" # specify the path to the output transcript file output_file = …

  4. llama-cpp-python not using NVIDIA GPU CUDA - Stack Overflow

    Aug 23, 2023 · Here's a Dockerfile that shows an example of the steps above. It uses a Debian base image (python:3.10-bookworm), downloads and installs the appropriate cuda toolkit for the OS, and …

  5. python - What is the command to install pytorch with cuda 12.8?

    Mar 27, 2025 · The command to install the stable version of PyTorch (2.7.0) with CUDA 12.8 using pip on Linux is:

  6. python - PyTorch installed via uv project shows CPU-only version on ...

    Nov 25, 2025 · I'm trying to set up a Python project using uv and pyproject.toml on Windows. I want to install the CUDA-enabled PyTorch, but after installing, when I check the version, it shows CPU-only.

  7. python - PyTorch not recognizing RTX 5090 (sm_120) on Windows 11 – …

    Nov 30, 2025 · I'm trying to use PyTorch with an NVIDIA GeForce RTX 5090 (Blackwell architecture, CUDA Compute Capability sm_120) on Windows 11, and I keep running into compatibility issues. …

  8. How to install Pytorch with CUDA support using conda?

    Jun 1, 2023 · Share the output of nvidi-smi command to verify this. Old hardware with cuda compute capability lower than minimum requirement for pytorch Share the output of nvidi-smi command to …

  9. How do I check if PyTorch is using the GPU? - Stack Overflow

    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.

  10. python - How to correctly install JAX with CUDA on Linux when `jax ...

    Nov 12, 2025 · I am trying to install JAX with GPU support on a powerful, dedicated Linux server, but I am stuck in what feels like a Catch-22 where every official installation method fails in a different way, …