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
Remove device parameter, let JAX handle device selection
JAX selects the appropriate device based on its install (CPU/GPU) and
runtime context managers. The explicit device arg added unnecessary
complexity with no benefit over JAX's built-in device management.
Removes device from: align_obs, align_images, AlignBackend protocol,
StAlignBackend, MoscotBackend, and require_jax. Simplifies require_jax
to a pure import guard.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments