mo fixes.
Some checks failed
Build and Push Images / determine-version (push) Successful in 6s
Build and Push Images / Release (push) Has been cancelled
Build and Push Images / Notify (push) Has been cancelled
Build and Push Images / build (Dockerfile.ray-worker-strixhalo, strixhalo) (push) Has been cancelled
Build and Push Images / build (Dockerfile.ray-worker-nvidia, nvidia) (push) Failing after 49s
Build and Push Images / build (Dockerfile.ray-worker-intel, intel) (push) Failing after 1m25s
Build and Push Images / build (Dockerfile.ray-worker-rdna2, rdna2) (push) Has been cancelled

This commit is contained in:
2026-02-09 11:46:10 -05:00
parent b0c58b98a0
commit a20a5d2ccd
2 changed files with 2 additions and 1 deletions

View File

@@ -130,7 +130,7 @@ def _apply_patch() -> None:
import torch
if not hasattr(torch, "cuda") or not torch.cuda.is_available():
return
except ImportError:
except (ImportError, OSError):
return
finally:
# CRITICAL: Clear the guard so child processes (vLLM EngineCore