You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use importlib.metadata for all framework probes, add tensorrt_llm to identity
import tensorrt_llm loads native CUDA extensions which crash without GPU
context. The fingerprint script runs before the worker starts, so GPU may
not be available. importlib.metadata.version() only reads package metadata
from dist-info — no native code, no GPU needed. Applied to all framework
probes (vllm, sglang, tensorrt_llm, torch, dynamo).
0 commit comments