Compiling locally with CUDA, running the command from the README: ```bash cargo install --path router -F candle-cuda -F http --no-default-features ``` I'm getting an error in `cudarc`: ``` None between `dynamic-loading`, `dynamic-linking` and `static-linking` features are active ``` It works fine if I run this: ```bash cargo install --path router -F candle-cuda -F http -F dynamic-linking --no-default-features ``` Versions: `cargo 1.89.0 (c24e10642 2025-06-23) (Arch Linux rust 1:1.89.0-1)`