Runtime check CUDA driver version to avoid unresolved green context symbols (#9021)

This commit is contained in:
Liangsheng Yin
2025-08-12 09:26:10 -07:00
committed by GitHub
parent 3a9afe2a42
commit 445f9dca6e
3 changed files with 28 additions and 36 deletions

View File

@@ -14,6 +14,7 @@
# ==============================================================================
import functools
import subprocess
from typing import Dict, Tuple
import torch