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 PT_EXPT_DEVICE in consistent activation tests
tests/pt/__init__.py sets torch.set_default_device("cuda:9999999"),
which causes bare torch.tensor() calls to attempt CUDA init on
CPU-only CI. Use the pt_expt DEVICE (same pattern as the pt tests
use their own DEVICE via to_torch_tensor).
0 commit comments