{
  "id": "cuda/cuda-driver-version-unsupported",
  "signature": "CUDA error: driver version is insufficient for CUDA runtime version (cudaErrorInsufficientDriver)",
  "signature_zh": "CUDA 错误：驱动程序版本不足以支持 CUDA 运行时版本 (cudaErrorInsufficientDriver)",
  "regex": "cudaErrorInsufficientDriver",
  "domain": "cuda",
  "category": "config_error",
  "subcategory": null,
  "root_cause": "The installed NVIDIA driver version is older than the minimum required by the CUDA runtime library loaded by the application.",
  "root_cause_type": "generic",
  "root_cause_zh": "已安装的 NVIDIA 驱动程序版本低于应用程序加载的 CUDA 运行时库所需的最低版本。",
  "versions": [
    {
      "version": "CUDA 12.2",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "NVIDIA Driver 525.60.11",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "Ubuntu 22.04",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    },
    {
      "version": "PyTorch 2.1.0",
      "introduced": null,
      "deprecated": null,
      "removed": null,
      "behavior_change": null,
      "status": "active"
    }
  ],
  "os_specific": {},
  "dead_ends": [
    {
      "action": "",
      "why_fails": "The driver remains at the old version; the runtime still detects incompatibility.",
      "fail_rate": 1.0,
      "condition": "",
      "sources": []
    },
    {
      "action": "",
      "why_fails": "Environment changes may cause library conflicts but do not fix the fundamental driver-runtime version mismatch.",
      "fail_rate": 0.8,
      "condition": "",
      "sources": []
    }
  ],
  "workarounds": [
    {
      "action": "sudo apt-get update && sudo apt-get install nvidia-driver-545",
      "success_rate": 0.95,
      "how": "sudo apt-get update && sudo apt-get install nvidia-driver-545",
      "condition": "",
      "sources": []
    },
    {
      "action": "pip install torch==1.13.1 --index-url https://download.pytorch.org/whl/cu117",
      "success_rate": 0.85,
      "how": "pip install torch==1.13.1 --index-url https://download.pytorch.org/whl/cu117",
      "condition": "",
      "sources": []
    }
  ],
  "workarounds_zh": [
    "sudo apt-get update && sudo apt-get install nvidia-driver-545",
    "pip install torch==1.13.1 --index-url https://download.pytorch.org/whl/cu117"
  ],
  "transition_graph": {
    "leads_to": [],
    "preceded_by": [],
    "frequently_confused_with": []
  },
  "official_doc_url": "https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART__TYPES.html",
  "official_doc_section": null,
  "error_code": "cudaErrorInsufficientDriver",
  "verification_tier": "ai_generated",
  "confidence": 0.88,
  "fix_success_rate": 0.9,
  "resolvable": "true",
  "first_seen": "2023-08-01",
  "last_confirmed": "2024-06-01",
  "last_updated": "2024-06-01",
  "evidence_count": 1,
  "tags": [],
  "locale": "en",
  "aliases": []
}