Minor Changes
-
6499111: Unify GPU provider resolution across all packages via nudeer.
nudeer: Export sophisticated
resolveProvider(device, provider)with CUDA library verification, ldconfig caching, and detailed error messages. Replaces simpleresolveDeviceto provide production-quality GPU detection.embedeer & seedeer: Refactor to import
resolveProviderfrom nudeer. All packages now use the same CUDA detection logic with library verification and helpful installation instructions. No public API changes.Consolidates provider detection code, eliminating 3 duplicate implementations.
Patch Changes
- 0327647: Fix markdown links pointing to old standalone-repo GitHub orgs; point them at the monorepo (
jsilvanus/deer) instead.