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
refactor: replace requires_heavy_ram gate with huggingface backend marker in examples conftest
The legacy requires_heavy_ram marker (blanket 48 GB RAM threshold) conflated
VRAM with system RAM. Replace both the collection-time and runtime skip logic
to gate on the huggingface backend marker instead, which accurately checks
GPU availability.
0 commit comments